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.
Class::NamedParms is a perl module which 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.
PR: 58452
Submitted by: clsung@dragon2.net