Source: libio-event-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libanyevent-perl,
                     libevent-perl,
                     liblist-moreutils-perl,
                     perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-event-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-event-perl.git
Homepage: http://search.cpan.org/dist/IO-Event/

Package: libio-event-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liblist-moreutils-perl
Recommends: libevent-perl | libanyevent-perl
Description: Perl module that ties filehandles for nonblocking IO with object callbacks
 IO::Event provides a object-based callback system for handling nonblocking
 IO. The design goal is to provide a system that just does the right thing
 w/o the user needing to think about it much.

