           SPELL=enum
         VERSION=1.016
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/Z/ZE/ZENIN/$SOURCE
       BUILD_API=2
          MD5[0]="8a2d9c1447139a94cd1367307e3d3609"
        WEB_SITE="http://search.cpan.org/search?module=enum"
         LICENSE=ART
         ENTERED=20021009
         UPDATED=20021009
           SHORT="enum - C style enumerated types and bitmask flags in Perl"
cat << EOF

Defines a set of symbolic constants with ordered numeric values ala C
enum types.  Now capable of creating creating ordered bitmask constants
as well.


EOF
