NAME

YAML::Perl - Pure Perl Port of PyYAML

WARNING

This is a very early release. Don't even bother to try this version.

SYNOPSIS

use YAML::Perl;

my %inc = Load Dump %INC;

DESCRIPTION

PyYAML is the most robust and correct YAML module for a dynamic language. It is (obviously) written in/for Python. This module is a complete port of PyYAML to Perl.

AUTHOR

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

COPYRIGHT

Copyright (c) 2008. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html