mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
75ba446a9b
p5-Class-MethodMaker is the Perl module for creating generic methods. PR: 19796 Submitted by: Trevor Johnson <trevor@jpj.net>
12 lines
460 B
Plaintext
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
|