1YAML::Dumper::Base(3) User Contributed Perl DocumentationYAML::Dumper::Base(3)
2
3
4

NAME

6       YAML::Dumper::Base - Base class for YAML Dumper classes
7

SYNOPSIS

9           package YAML::Dumper::Something;
10           use YAML::Dumper::Base -base;
11

DESCRIPTION

13       YAML::Dumper::Base is a base class for creating YAML dumper classes.
14

AUTHOR

16       Ingy döt Net <ingy@cpan.org>
17
19       Copyright 2001-2014. Ingy döt Net
20
21       This program is free software; you can redistribute it and/or modify it
22       under the same terms as Perl itself.
23
24       See <http://www.perl.com/perl/misc/Artistic.html>
25
26
27
28perl v5.32.0                      2020-07-28             YAML::Dumper::Base(3)
Impressum