           SPELL=class-methodmaker
         VERSION=2.24
     SOURCE_HASH=sha512:d78f89df41d5c566dee74d30ff1b71488e9510639e795dd2f21e95e0516b039d15dd6743342cb28841e0fc698f64b3b3f349b5da788220598dff6ad95225ae0c
          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=https://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
