a5b727886c
Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing.
10 lines
353 B
Text
10 lines
353 B
Text
Class::NamedParms
|
|
|
|
Provides standard get/set/clear accessors for a class via named
|
|
parameter with forced lexical checking of named parameters
|
|
for validity and initialization validation. Lightweight and simple
|
|
to use. Designed as a base class for inheritance by other modules.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-NamedParms/
|
|
|
|
Author: Benjamin Franz
|