logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

YAML::Types - Marshall Perl internal data types to/from YAML

Author

       ingy döt Net <ingy@cpan.org>

Description

       This module has the helper classes for transferring objects, subroutines, references, globs, regexps and
       file handles to and from YAML.

Name

       YAML::Types - Marshall Perl internal data types to/from YAML

Synopsis

           $::foo = 42;
           print YAML::Dump(*::foo);

           print YAML::Dump(qr{match me});

See Also