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::Loader - YAML class for loading Perl objects to YAML

Author

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

Description

       YAML::Loader is the module that YAML.pm used to deserialize YAML to Perl objects. It is fully object
       oriented and usable on its own.

Name

       YAML::Loader - YAML class for loading Perl objects to YAML

Synopsis

           use YAML::Loader;
           my $loader = YAML::Loader->new;
           my $hash = $loader->load(<<'...');
           foo: bar
           ...

See Also