libio-async-loop-epoll-perl 0.22-2 source package in Ubuntu

Changelog

libio-async-loop-epoll-perl (0.22-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.

  [ gregor herrmann ]
  * Add test dependency on libtest2-suite-perl. (Closes: #1064723)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <email address hidden>  Sun, 25 Feb 2024 23:42:57 +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
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-loop-epoll-perl_0.22-2.dsc 2.7 KiB 4785ddbd5a380152a04183ebc3a8f8e4c9ffdec9641cf9282045ac6a7da7e6eb
libio-async-loop-epoll-perl_0.22.orig.tar.gz 16.2 KiB 65709769fa74a3d67e880051cbef9804558e0aba30e5703e9b6e32d51488a3e4
libio-async-loop-epoll-perl_0.22-2.debian.tar.xz 3.3 KiB 3fb972f4753804437a0182422db486b16cf4986fb89b6427112bcbe3ce02ba44

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.