mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
10 lines
418 B
Plaintext
10 lines
418 B
Plaintext
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/
|
|
|
|
Seamus Venasse <svenasse@polaris.ca>
|