libio-epoll-perl 0.02-1build1 source package in Ubuntu

Changelog

libio-epoll-perl (0.02-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sun, 08 May 2011 13:13:20 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libio-epoll-perl_0.02.orig.tar.gz 18.8 KiB 9df345fa3fcbe4fd84f0efc9171226a2836e94c7ebf9489daf76ad21976628d8
libio-epoll-perl_0.02-1build1.diff.gz 2.0 KiB 6f82c7567d536fcb7858af1ed1d400e4821689995aa1686e48d3179a253bc14f
libio-epoll-perl_0.02-1build1.dsc 2.0 KiB 8327c2821522b651ed71be9bb2309afc30065e721d3fa9eb148bd548c5738438

Available diffs

View changes file

Binary packages built by this source

libio-epoll-perl: Perl interface to the Epoll IO Multiplexing subsystem

 IO::Epoll provides access to the new, (currently) Linux-specific variant of
 poll() known as epoll(). It is designed to offer O(1) scalability over large
 numbers of watched file descriptors.
 .
 This module provides a higher-level layer designed to emulate the behaviour
 of IO::Poll and IO::Ppoll, but also exposes the corresponding low-level API
 that closely matches the related system calls.