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

    Исходный пакет: perl-Event-Lib
    Версия: 1.03-alt2.1.1
    Собран:  25 июня 2011 г. 2:42
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Perl extentions for event-based programming
    Описание: 
    This module is a Perl wrapper around libevent(3) as available from http://www.monkey.org/~provos/libevent/. It allows to execute a function whenever a given event on a filehandle happens, a timeout occurs or a signal is received.
    Under the hood, one of the available mechanisms for asynchronously dealing with events is used. This could be select, poll, epoll, devpoll or kqueue. The idea is that you don't have to worry about those details and the various interfaces they offer. Event::Lib offers a unified interface to all of them

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Event-Lib (x86_64, i586)
    perl-Event-Lib-debuginfo (x86_64, i586)

    Сопровождающий: Vladimir Lettiev

    Список участников:
    Igor Vlasenko
    Vladimir Lettiev

    Права:
    Vladimir Lettiev
    @cpan
    @qa

      1. libevent-devel
      2. perl-Test-Fork
      3. perl-devel

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


    25 июня 2011 г. Igor Vlasenko 1.03-alt2.1.1
    - rebuilt with libevent2
    6 ноября 2010 г. Vladimir Lettiev 1.03-alt2.1
    - rebuilt with perl 5.12
    13 июля 2009 г. Vladimir Lettiev 1.03-alt2
    - fix tests with fork