          MODULE=YAML-Tiny
         VERSION=1.50
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/
      SOURCE_VFY=sha1:a02e0d380559681bbb6d33513805cd4b5e52bd76
        WEB_SITE=http://search.cpan.org/dist/YAML-Tiny/
         ENTERED=20100606
         UPDATED=20111008
           SHORT="Read/Write YAML files with as Perl little code as possible"
cat << EOF
The YAML specification is huge. The original pure-Perl implementation
YAML costs just over 4 megabytes of memory to load.

YAML::Tiny is a perl class for reading and writing YAML-style files,
written with as little code as possible, reducing load time and
memory overhead.
EOF
