1YAML::Marshall(3)     User Contributed Perl Documentation    YAML::Marshall(3)
2
3
4

NAME

6       YAML::Marshall - YAML marshalling class you can mixin to your classes
7

SYNOPSIS

9           package Bar;
10           use Foo -base;
11           use YAML::Marshall -mixin;
12

DESCRIPTION

14       For classes that want to handle their own YAML serialization.
15

AUTHOR

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.32.0                      2020-07-28                 YAML::Marshall(3)
Impressum