           SPELL=class-methodmaker
         VERSION=2.10
          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:fe603e86bd3791be8ba01ef299d854ccb31e93022400f7c0a99b38569d8e54ac267e04118df60825138db9fe176028c9069a5b78a05543f29394880382aacbc4
         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
