YAML::Types (3)
Leading comments
Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) Standard preamble: ========================================================================
NAME
YAML::Types - Marshall Perl internal data types to/from YAMLSYNOPSIS
$::foo = 42; print YAML::Dump(*::foo); print YAML::Dump(qr{match me});
DESCRIPTION
This module has the helper classes for transferring objects, subroutines, references, globs, regexps and file handles to and fromYAML.
AUTHOR
ingy do.t Net <ingy@cpan.org>COPYRIGHT
Copyright 2001-2014. Ingy do.t NetThis program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.