NAME
    YAML::Perl - Pure Perl Port of PyYAML

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 dt Net <ingy@cpan.org>

COPYRIGHT
    Copyright (c) 2008. Ingy dt 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

