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

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

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

Текущая версия: 2.03-alt3
Время сборки: 6 октября 2011, 04:32 ( 655.2 недели назад )
Размер архива: 10.42 Kb

Домашняя страница:   http://search.cpan.org/dist/Class-Loader/

Лицензия: GPL or Artistic
О пакете: Load modules and create objects on demand
Описание:

Certain applications like to defer the decision to use a particular module
till runtime. This is possible in perl, and is a useful trick in
situations where the type of data is not known at compile time and the
application doesn't wish to pre-compile modules to handle all types of
data it can work with. Loading modules at runtime can also provide
flexible interfaces for perl modules. Modules can let the programmer
decide what modules will be used by it instead of hard-coding their names.

Class::Loader is an inheritable class that provides a method, _load(),
to load a module from disk and construct an object by calling its
constructor. It also provides a way to map modules names and
associated metadata with symbolic names that can be used in place of
module names at _load().

Текущий майнтейнер: Alexey Tourbin

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

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

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