           SPELL=class-methodmaker
         VERSION=2.16
     SOURCE_HASH=sha512:6e2847d431dec2600035292204ed999d3c43e27f73c6aaf94da34382524261dbed802de546a1bf2dd64c68a43e67bc9b86064438b7d21996a22ca29cc9574dd3
          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
         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
