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

Changelog

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


  * Team upload

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ Ryan Niebur ]
  * Update jawnsy's email address

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Alessandro Ghedini ]
  * New upstream release
  * Bump debhelper compat level to 8
  * Do not explicitly use quilt anymore
  * Update d/copyright to a more recent version of DEP5
  * Update upstream copyright for ppport.h
  * Switch to 3.0 (quilt) format
  * Use versioned path for GPL license
  * Only mention "Debian systems" instead of "Debian GNU/Linu"
  * Bump Standards-Version to 3.9.2 (no changes needed)

 -- Alessandro Ghedini <email address hidden>  Thu, 12 Jan 2012 23:13:33 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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.03-1.dsc 2.0 KiB 1434f90e8c949cada9d3a79b0f4080f7aaaa475eb59ef583885d2b5ddbecd8c0
libio-epoll-perl_0.03.orig.tar.gz 18.4 KiB dacc0cf6747bb86734563195057e3259c015923e971218cab0e75b4f8d05a5a7
libio-epoll-perl_0.03-1.debian.tar.gz 2.4 KiB 807bfafd7b5fd5115a1c7a74e7d3987135e2504743efb198ab32b799a8bf8761

No changes file available.

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.