freebsd-ports/devel/p5-Class-MakeMethods/pkg-descr
Ying-Chieh Liao 8258baa180 add p5-Class-MakeMethods 1.005
Generate common types of methods

PR:		34251
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-25 09:03:52 +00:00

9 lines
424 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/search?dist=Class-MakeMethods
Seamus Venasse <svenasse@polaris.ca>