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

    Исходный пакет: perl-Object-Pluggable
    Версия: 1.29-alt1
    Собран:  22 ноября 2010 г. 14:16
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: A base class for creating plugin-enabled objects
    Описание: 
    Object::Pluggable is a base class for creating plugin enabled objects.
    It is a generic port of POE::Component::IRC's plugin system.
    
    If your object dispatches events to listeners, then Object::Pluggable
    may be a good fit for you.
    
    Basic use would involve subclassing Object::Pluggable, then overriding
    "_pluggable_event()" and inserting "_pluggable_process()" wherever you
    dispatch events from.
    
    Users of your object can then load plugins using the plugin methods
    provided to handle events generated by the object.
    
    You may also use plugin style handlers within your object as
    "_pluggable_process()" will attempt to process any events with local
    method calls first. The return value of these handlers has the same
    significance as the return value of 'normal' plugin handlers.

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

    Сопровождающий: Alexey Shabalin

    Список участников:
    Alexey Shabalin

      1. perl-Pod-Parser
      2. perl-Task-Weaken
      3. perl-devel

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


    22 ноября 2010 г. Alexey Shabalin 1.29-alt1
    - initial build for ALT Linux Sisyphus