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

Changelog

libio-epoll-perl (0.03-1build1) devel; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Sun, 20 Oct 2013 22:58:04 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libio-epoll-perl_0.03.orig.tar.gz 18.4 KiB dacc0cf6747bb86734563195057e3259c015923e971218cab0e75b4f8d05a5a7
libio-epoll-perl_0.03-1build1.debian.tar.gz 2.5 KiB e3ec3b9cbdf7b7825fa2dbc6f5a2623e978428cd210369a5af0990859bb77fc7
libio-epoll-perl_0.03-1build1.dsc 2.0 KiB b94df2c64c808d5a368ff4d558442093e7890d429d12fa7153ce94c8a81957af

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.