libio-async-loop-epoll-perl 0.12-1 source package in Ubuntu

Changelog

libio-async-loop-epoll-perl (0.12-1) unstable; urgency=low


  * Team upload
  * New upstream release
  * Remove libtest-exception-perl from build depends (Closes: #667469)
  * Update upstream copyright years
  * Remove patches (merged upstream)

 -- Alessandro Ghedini <email address hidden>  Tue, 10 Apr 2012 23:21:22 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-async-loop-epoll-perl_0.12-1.dsc 2.2 KiB 8d36d99a2c006cb786b089e49a534f264afafa1ea6ba944ccc31b9b4b42a22d9
libio-async-loop-epoll-perl_0.12.orig.tar.gz 14.8 KiB ded97696de33cc59d51c325c4e5e3b8c213596716cf1cafeda8893878243b210
libio-async-loop-epoll-perl_0.12-1.debian.tar.gz 2.3 KiB 2d5d8262ca1572eba590fce049e9100aa89b2933490a40f5129d0915c63776a5

Available diffs

No changes file available.

Binary packages built by this source

libio-async-loop-epoll-perl: Perl extension for an event loop using epoll

 IO::Async::Loop::Epoll is a Perl module that provides an implementation of
 an event loop that uses the epoll() system call. The epoll system call, which
 is currently only available on Linux, scales in constant O(1) time. For many
 open filehandles, you will get significantly better performance using this
 algorithm.
 .
 It uses the IO::Epoll (libio-epoll-perl) module for this functionality.