mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
98ca5de661
PR: 51834 Submitted by: mat
14 lines
514 B
Plaintext
14 lines
514 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.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-MethodMaker/
|
|
|
|
Trevor Johnson
|
|
trevor@jpj.net
|