aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-MethodMaker/pkg-descr
blob: a47200cf16c2581ce9173e3a2e26907e2c89341e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
from the README:

This module solves the problem of having to write a bazillion 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.

WWW:  http://search.cpan.org/dist/Class-MethodMaker/

Trevor Johnson