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 dA~Xt Net <ingy@cpan.org>
18
20 Copyright (c) 2006. Ingy dA~Xt 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
27
28
29perl v5.12.0 2009-08-10 YAML::Marshall(3)