1YAML::Marshall(3) User Contributed Perl Documentation YAML::Marshall(3)
2
3
4
6 YAML::Marshall - YAML marshalling class you can mixin to your classes
7
9 package Bar;
10 use Foo -base;
11 use YAML::Marshall -mixin;
12
14 For classes that want to handle their own YAML serialization.
15
17 Ingy doet Net <ingy@cpan.org>
18
20 Copyright (c) 2006, 2011-2012. Ingy doet Net. All rights reserved.
21
22 This program is free software; you can redistribute it and/or modify it
23 under the same terms as Perl itself.
24
25 See <http://www.perl.com/perl/misc/Artistic.html>
26
28 Hey! The above document had some coding errors, which are explained
29 below:
30
31 Around line 70:
32 Non-ASCII character seen before =encoding in 'doet'. Assuming UTF-8
33
34
35
36perl v5.16.3 2012-07-13 YAML::Marshall(3)