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

    Исходный пакет: perl-Event-Lib
    Версия: 1.03-alt2
    Собран:  14 июля 2009 г. 7:55
    Категория: Разработка/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)

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

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

    Права:
    @qa_p5

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

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


    13 июля 2009 г. Vladimir Lettiev 1.03-alt2
    - fix tests with fork
    23 августа 2008 г. Vladimir Lettiev 1.03-alt1
    - Initial build for Sisyphus