Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37415385
en ru br
Репозитории ALT
S:0.36-alt1
5.1: 0.12-alt1
4.1: 0.10-alt1
4.0: 0.10-alt1
3.0: 0.10-alt1
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-Module-Load

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.10-alt1
Время сборки: 12 июля 2005, 19:34 ( 979.5 недели назад )
Размер архива: 7683 b

Домашняя страница:   http://www.cpan.org

Лицензия: Artistic
О пакете: Module-Load - Load modules in a DWIM style
Описание:

"load" eliminates the need to know whether you are trying to require
either a file or a module.

If you consult "perldoc -f require" you will see that "require" will
behave differently when given a bareword or a string.

In the case of a string, "require" assumes you are wanting to load a
file. But in the case of a bareword, it assumes you mean a module.

This gives nasty overhead when you are trying to dynamically require
modules at runtime, since you will need to change the module notation
("Acme::Comment") to a file notation fitting the particular platform
you are on.

"load" elimates the need for this overhead and will just DWYM.

Текущий майнтейнер: Vitaly Lipatov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-Module-Load
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin