Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37038508
en ru br
ALT Linux repos
S:0.03-alt2.1
5.0: 0.03-alt2

Group :: Development/Perl
RPM: perl-Class-Exporter

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.03-alt2.1
Build date: 22 november 2010, 17:53 ( 696.4 weeks ago )
Size: 22.26 Kb

Home page:   http://www.cpan.org

License: Artistic
Summary: Export class methods as regular subroutines
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.

This package allows you to export object methods. It supports "import()",
@EXPORT and @EXPORT_OK and not a whole lot else. Each package into
which your object methods are imported gets its own instance of the object.
This ensures that there are no interaction effects between multiple packages
that use your object.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-Class-Exporter
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin