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

Changelog

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

  * debian/watch: use uscan version 4.
  * Import upstream version 0.21.
  * Update years of upstream and packaging copyright.
  * Update versioned (build) dependencies.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Drop ancient Breaks.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Fri, 19 Jun 2020 16:54:26 +0200

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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-loop-epoll-perl_0.21-1.dsc 2.7 KiB e4627b4f70ca764fc0242553b3eae498805d4d35a72b804921b447ab357b4672
libio-async-loop-epoll-perl_0.21.orig.tar.gz 16.2 KiB d49e17cdf166a41e11570820b37e33b1cffb9b961d56bf6d539173de4a718f40
libio-async-loop-epoll-perl_0.21-1.debian.tar.xz 3.1 KiB 2d16b9f6092449f345384f02646172b3e96b24656dcd7218baff6629850c0c7a

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.