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

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

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

Текущая версия: 0.03-alt2.1
Время сборки: 22 ноября 2010, 17:53 ( 696.5 недели назад )
Размер архива: 22.26 Kb

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

Лицензия: Artistic
О пакете: Export class methods as regular subroutines
Описание:

This module makes it much easier to make a module have a hybrid object/method
interface similar to the one of CGI.pm. You can take any old module that has
an object- oriented interface and convert it to have a hybrid interface by
simply adding "use base 'Class::Exporter'" to your code.

This package allows you to export object methods. It supports "import()",
@EXPORT and @EXPORT_OK and not a whole lot else. Each package into
which your object methods are imported gets its own instance of the object.
This ensures that there are no interaction effects between multiple packages
that use your object.

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

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

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

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