libclass-makemethods-perl

Perl module for generating common types of methods
  http://search.cpan.org/dist/Class-MakeMethods/
  0
  no reviews



The class::makemethods framework allows perl class developers to quickly define common types of methods. when a module uses class::makemethods or one of its subclasses, it can select from a variety of supported method types, and specify a name for each method desired. the methods are dynamically generated and installed in the calling package.