Package perl-Event-Lib: Information

    Source package: perl-Event-Lib
    Version: 1.03-alt2.1.1
    Build time:  Jun 25, 2011, 02:42 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Perl extentions for event-based programming
    Description: 
    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

    List of rpms provided by this srpm:
    perl-Event-Lib (x86_64, i586)
    perl-Event-Lib-debuginfo (x86_64, i586)

    Maintainer: Vladimir Lettiev

    List of contributors:
    Igor Vlasenko
    Vladimir Lettiev

    ACL:
    Vladimir Lettiev
    @cpan
    @qa

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

    Last changed


    June 25, 2011 Igor Vlasenko 1.03-alt2.1.1
    - rebuilt with libevent2
    Nov. 6, 2010 Vladimir Lettiev 1.03-alt2.1
    - rebuilt with perl 5.12
    July 13, 2009 Vladimir Lettiev 1.03-alt2
    - fix tests with fork