           SPELL=class-methodmaker
         VERSION=2.05
          SOURCE=Class-MethodMaker-$VERSION.tar.gz
       BUILD_API=2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Class-MethodMaker-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/F/FL/FLUFFY/$SOURCE
          MD5[0]="751b3cbc35012be8968fcb7f33481aec"
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?module=Class::MethodMaker"
         ENTERED=20020403
         UPDATED=20050220
           SHORT="Create generic class methods"
cat << EOF

This module solves the problem of having to write a bazil
lion get/set methods that are all the same. The argument
to 'use' is a hash whose keys are the names of types of
generic methods generated by MethodMaker and whose values
tell method maker what methods to make. (More precisely,
the keys are the names of MethodMaker methods (methods
that write methods) and the values are the arguments to
those methods.

EOF
