Source: libio-async-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8), perl
Build-Depends-Indep: netbase,
 perl (>= 5.14) | libsocket-getaddrinfo-perl,
 libsocket-perl (>= 1.95),
 libtest-fatal-perl,
 libasync-mergepoint-perl (>= 0.03),
 libtest-refcount-perl,
 libtest-pod-perl,
 libtest-identity-perl,
 libcps-perl,
 perl-modules
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>, Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/IO-Async/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-async-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-async-perl.git

Package: libio-async-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 perl (>= 5.14) | libsocket-getaddrinfo-perl,
 perl (>= 5.15.6) | libsocket-perl (>= 1.95),
 libcps-perl,
 libasync-mergepoint-perl (>= 0.03),
 perl-modules
Breaks: libio-async-loop-epoll-perl (<< 0.09),
 libio-async-loop-glib-perl (<< 0.19)
Description: module providing asynchronous filehandle I/O
 IO::Async is a collection of Perl modules that allow programs to perform
 various operations on filehandles asynchronously.
 .
 Typically, a program would use a main IO::Async::Loop which would contain the
 other objects that perform the actual I/O work required by the program. This
 versatile loop supports features like timers and signal handlers through its
 various included subclasses.
