2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
7 lines
380 B
Text
7 lines
380 B
Text
The Class::MakeMethods framework allows Perl class developers to quickly
|
|
define common types of methods. When a module "use"s a subclass of
|
|
Class::MakeMethods, it can select from the supported method types, and
|
|
specify a name for each method desired. The methods are dynamically
|
|
generated and installed in the calling package.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-MakeMethods/
|