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

    Исходный пакет: perl-Class-Loader
    Версия: 2.03-alt2.1
    Собран:  23 ноября 2010 г. 3:53
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Class-Loader - 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().

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

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

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

      1. perl-devel

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


    22 ноября 2010 г. Igor Vlasenko 2.03-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    4 сентября 2008 г. Vitaly Lipatov 2.03-alt2
    - fix directory ownership violation
    27 августа 2005 г. Vitaly Lipatov 2.03-alt1
    - first build for ALT Linux Sisyphus