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

    Исходный пакет: perl-UNIVERSAL-require
    Версия: 0.13-alt1
    Собран:  14 июля 2010 г. 7:09
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: require() modules from a variable
    Описание: 
    If you've ever had to do this...
    
        eval "require $module";
    
    to get around the bareword caveats on require(), this module is for
    you.  It creates a universal require() class method that will work
    with every Perl module and its secure.  So instead of doing some
    arcane eval() work, you can do this:
    
        $module->require;
    
    It doesn't save you much typing, but it'll make alot more sense to
    someone who's not a ninth level Perl acolyte.

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

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

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

      1. perl-devel

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


    13 июля 2010 г. Igor Vlasenko 0.13-alt1
    - automated CPAN update
    29 ноября 2008 г. Vitaly Lipatov 0.11-alt2
    - fix directory ownership violation
    - remove man pages
    22 ноября 2006 г. Vitaly Lipatov 0.11-alt1
    - initial build for ALT Linux Sisyphus