-
-
27 Jan 2020 22:10:33 UTC
- Distribution: YAML
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (32)
- Testers (5993 / 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::Dumper - YAML class for dumping Perl objects to YAML
SYNOPSIS
use YAML::Dumper; my $dumper = YAML::Dumper->new; $dumper->indent_width(4); print $dumper->dump({foo => 'bar'});
DESCRIPTION
YAML::Dumper is the module that YAML.pm used to serialize Perl objects to YAML. 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.