Package perl-Class-Exporter: Information

    Source package: perl-Class-Exporter
    Version: 0.03-alt2.1
    Build time:  Nov 23, 2010, 06:35 AM
    Category: Development/Perl
    Report package bug
    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.

    List of rpms provided by this srpm:
    perl-Class-Exporter (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Igor Vlasenko
    Vitaly Lipatov

    ACL:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-devel

    Last changed


    Nov. 22, 2010 Igor Vlasenko 0.03-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    Sept. 6, 2008 Vitaly Lipatov 0.03-alt2
    - fix directory ownership violation
    June 17, 2008 Vitaly Lipatov 0.03-alt1
    - initial build for ALT Linux Sisyphus