perl-Class-Exporter - Export class methods as regular subroutines
Website: | http://search.cpan.org/dist/Class-Exporter/ |
---|---|
License: | GPL+ or Artistic |
Vendor: | Fedora Project <http://bugzilla.redhat.com/bugzilla> |
- Description:
This module makes it much easier to make a module have a hybrid object/method interface similar to the one of CGI.pm. You can take any old module that has an object- oriented interface and convert it to have a hybrid interface by simply adding "use base 'Class::Exporter'" to your code.
Packages
perl-Class-Exporter-0.03-2.el5.noarch [9 KiB] |
Changelog
by Ian Burrell (2009-02-06):
- Fix spurious execute permissions |