Группа :: Разработка/Perl
Пакет: perl-UNIVERSAL-require
Главная Изменения Спек Патчи Sources Загрузить Gear Bugs and FR Repocop
Текущая версия: 0.19-alt1
Время сборки: 31 марта 2021, 18:30 ( 140.5 недели назад )
Размер архива: 10.28 Kb
Домашняя страница: http://www.cpan.org
Лицензия: Artistic
О пакете: require() modules from a variable
Описание:
Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета: Список rpm-пакетов, предоставляемый данным srpm-пакетом:
ACL:
Время сборки: 31 марта 2021, 18:30 ( 140.5 недели назад )
Размер архива: 10.28 Kb
Домашняя страница: 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.
Текущий майнтейнер: Vitaly Lipatov 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