Package perl-Event-Lib: Information

    Source package: perl-Event-Lib
    Version: 1.03-alt2
    Build time:  Jul 14, 2009, 07:55 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)

    Maintainer: Vladimir Lettiev

    List of contributors:
    Vladimir Lettiev


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

    Last changed


    July 13, 2009 Vladimir Lettiev 1.03-alt2
    - fix tests with fork
    Aug. 23, 2008 Vladimir Lettiev 1.03-alt1
    - Initial build for Sisyphus