Пакет perl-Class-Exporter: Информация

    Исходный пакет: perl-Class-Exporter
    Версия: 0.03-alt2.1
    Собран:  23 ноября 2010 г. 6:35
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Export class methods as regular subroutines
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Class-Exporter (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Igor Vlasenko
    Vitaly Lipatov

      1. perl-devel

    Последнее изменение


    22 ноября 2010 г. Igor Vlasenko 0.03-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    6 сентября 2008 г. Vitaly Lipatov 0.03-alt2
    - fix directory ownership violation
    17 июня 2008 г. Vitaly Lipatov 0.03-alt1
    - initial build for ALT Linux Sisyphus