           SPELL=class-methodmaker
         VERSION=2.05
          SOURCE=Class-MethodMaker-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Class-MethodMaker-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/F/FL/FLUFFY/$SOURCE
     SOURCE_HASH=sha512:bc7ec9d78606a8610cb44e07156ea404edbb47903e7e79a4b237c93d2ec13bc1701f984f727e73c8e3a9203adc1ba4c629a8e9ddf8f3d38c4b4e7d8dd917b447
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?module=Class::MethodMaker"
         ENTERED=20020403
         UPDATED=20050220
        KEYWORDS="perl"
           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
