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

Changelog

libio-async-loop-epoll-perl (0.17-1) unstable; urgency=medium

  * New upstream release.
  * Drop spelling.patch, merged upstream.
  * Update years of upstream copyright.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Tue, 10 Nov 2015 19:31:34 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-loop-epoll-perl_0.17-1.dsc 2.5 KiB b0683f866af15f330b77399c2498fec96ec7d980156fee7b81f7202ee5df689b
libio-async-loop-epoll-perl_0.17.orig.tar.gz 15.3 KiB 5bc60e9aeaa64657ac729a1291aba37af0d0c171bb2a08d782ccc4d6710acb23
libio-async-loop-epoll-perl_0.17-1.debian.tar.xz 2.8 KiB e7ceee0cd8b24ce0d11bdf42078ebae38d43c607f35965e3315620cc3ec7c255

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.