           SPELL=class-methodmaker
         VERSION=2.15
          SOURCE=Class-MethodMaker-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Class-MethodMaker-$VERSION
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SC/SCHWIGON/$SPELL/$SOURCE
     SOURCE_HASH=sha512:d59df2860e5c90681bfa31de0b40ccc6a2a6cf3e99e826e8d6ebdb386750a7955b8b9702b28341341b63a6f06bacc9779903d12e672fc3e9e97b101c54e15ec4
         LICENSE=ART
        WEB_SITE=http://search.cpan.org/~schwigon/Class-MethodMaker/
         ENTERED=20020403
        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
