-
-
27 Jan 2020 22:10:33 UTC
- Distribution: YAML
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (32)
- Testers (6058 / 57 / 0)
- Kwalitee
Bus factor: 3- 85.74% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (85.42KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- none
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 ...
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.
AUTHOR
Ingy döt Net <ingy@cpan.org>
COPYRIGHT
Copyright 2001-2014. Ingy döt Net
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install YAML, copy and paste the appropriate command in to your terminal.
cpanm YAML
perl -MCPAN -e shell install YAML
For more information on module installation, please visit the detailed CPAN module installation guide.