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 döt Net <ingy@cpan.org>
18
20 Copyright 2001-2014. Ingy döt Net
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.36.0 2022-07-22 YAML::Marshall(3)