1=pod
2
3=for comment
4DO NOT EDIT. This Pod was generated by Swim v0.1.46.
5See http://github.com/ingydotnet/swim-pm#readme
6
7=encoding utf8
8
9=head1 NAME
10
11YAML::Marshall - YAML marshalling class you can mixin to your classes
12
13=head1 SYNOPSIS
14
15    package Bar;
16    use Foo -base;
17    use YAML::Marshall -mixin;
18
19=head1 DESCRIPTION
20
21For classes that want to handle their own YAML serialization.
22
23=head1 AUTHOR
24
25ingy döt Net <ingy@cpan.org>
26
27=head1 COPYRIGHT
28
29Copyright 2001-2014. Ingy döt Net
30
31This program is free software; you can redistribute it and/or modify it under
32the same terms as Perl itself.
33
34See L<http://www.perl.com/perl/misc/Artistic.html>
35
36=cut
37