aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-MakeMethods/pkg-descr
blob: a8d33fe2e94b21d6b11f72c0963208e956dfcf96 (plain) (blame)
1
2
3
4
5
6
7
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/