freebsd-ports/devel/p5-Class-MethodMaker/pkg-descr
Kevin Lo 75ba446a9b Initial import of p5-Class-MethodMaker.
p5-Class-MethodMaker is the Perl module for creating generic methods.

PR: 19796
Submitted by: Trevor Johnson <trevor@jpj.net>
2000-07-12 16:22:32 +00:00

12 lines
460 B
Plaintext

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.
Trevor Johnson
trevor@jpj.net