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

    Бинарный пакет: perl-Exporter-Lite
    Версия: 0.02-alt1
    Архитектура: noarch
    Собран:  14 июля 2010 г. 2:00
    Исходный пакет: perl-Exporter-Lite
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Exporter-Lite/

    Лицензия: Unknown
    О пакете: Exporter::Lite - Lightweight exporting of variables
    Описание: 
    This is an alternative to Exporter intended to provide a lightweight
    subset of its functionality.  It supports C<import()>, C<@EXPORT> and
    C<@EXPORT_OK> and not a whole lot else.
    
    Unlike Exporter, it is not necessary to inherit from Exporter::Lite
    (ie. no C<@ISA = qw(Exporter::Lite)> mantra).  Exporter::Lite simply
    exports its import() function.  This might be called a "mix-in".

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

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

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


    13 июля 2010 г. Igor Vlasenko 0.02-alt1
    - automated CPAN update
    6 сентября 2008 г. Vitaly Lipatov 0.01-alt2
    - fix directory ownership violation
    - disable man packing
    27 февраля 2005 г. Vitaly Lipatov 0.01-alt1
    - first build for ALT Linux Sisyphus