ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
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: https://metacpan.org/release/Class-MakeMethods
|