need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / p5-Class-MethodMaker / DESCR
1 This module solves the problem of having to write a bazillion get/set
2 methods that are all the same.  The argument to 'use' is a hash whose
3 keys are the names of types of generic methods generated by MethodMaker
4 and whose values tell method maker what methods to make.  More
5 precisely, the keys are the names of MethodMaker methods (methods that
6 write methods) and the values are the arguments to those methods.