2002-06-25 11:03:52 +02:00
|
|
|
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.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Class-MakeMethods/
|
2002-06-25 11:03:52 +02:00
|
|
|
|
|
|
|
Seamus Venasse <svenasse@polaris.ca>
|