           SPELL=parse-debcontrol
	  SPELLX=Parse-DebControl
         VERSION=2.005
          SOURCE="$SPELLX-$VERSION.tar.gz"
   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/J/JA/JAYBONCI/$SOURCE
     SOURCE_HASH=sha512:1a496bf8ea7ca3a2f7068a916fa3c2256f828195525d1519c1bd170737864775b7486d669ee635965b3512ee34da232401fa75efd3569dc142896eab71484f41
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
        WEB_SITE="http://search.cpan.org/dist/$SPELLX/lib/${SPELLX/-//}.pm"
      LICENSE[0]="Artistic"
         ENTERED=20140415
        KEYWORDS=""
           SHORT="Easy OO parsing of debian control-like files"
cat << EOF
Parse::DebControl is an easy OO way to parse debian control files and other
colon separated key-value pairs. It's specifically designed to handle the
format used in Debian control files, template files, and the cache files
used by dpkg.

For basic format information see:
http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax

This module does not actually do any intelligence with the file content
(because there are a lot of files in this format), but merely handles the
format. It can handle simple control files, or files hundreds of lines long
efficiently and easily.
EOF
