[ Источник: librelative-perl ]
Пакет: librelative-perl (0.04-4)
Ссылки для librelative-perl
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код librelative-perl:
- [librelative-perl_0.04-4.dsc]
- [librelative-perl_0.04.orig.tar.gz]
- [librelative-perl_0.04-4.debian.tar.xz]
Сопровождающий:
Внешние ресурсы:
- Сайт [metacpan.org]
Подобные пакеты:
Load modules with relative names
This module allows you to load modules using only parts of their name, relatively to the current module or to a given module. Module names are by default searched below the current module, but can be searched upper in the hierarchy using the ..:: syntax.
In order to further loosen the namespace coupling, import returns the full names of the loaded modules, making object-oriented code easier to write:
use relative;
my ($Maker, $Publisher) = import relative qw(Create Publish); my $report = $Maker->new; my $publisher = $Publisher->new;
Другие пакеты, относящиеся к librelative-perl
|
|
|
|
-
- dep: libuniversal-require-perl
- Load modules from a variable (deprecated)
-
- dep: perl
- практический язык Ларри Уолла для извлечения данных и составления отчётов
Загрузка librelative-perl
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 9,4 Кб | 28,0 Кб | [список файлов] |