libio-async-perl 0.803-1 source package in Ubuntu

Changelog

libio-async-perl (0.803-1) unstable; urgency=medium

  * Import upstream version 0.803.
  * Update test dependencies and Recommends.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <email address hidden>  Sun, 04 Feb 2024 04:49:36 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-perl_0.803-1.dsc 2.8 KiB 7a285be333e24bc5ce6752c0c9fe8faf1628757bda2718567cebfdb786077a4a
libio-async-perl_0.803.orig.tar.gz 247.8 KiB dc94ec92296db27fede6c37bba8b9c748c571000db8e61f794198981973c97ce
libio-async-perl_0.803-1.debian.tar.xz 6.7 KiB ddd07120fc345a4a9ee59a5222aa20cff173e08b0de4f18b36ab0578fe7e222d

Available diffs

No changes file available.

Binary packages built by this source

libio-async-perl: modules for asynchronous event-driven programming

 The IO::Async collection of modules allows programs to be written that
 perform asynchronous filehandle IO operations.
 .
 A typical program using them would consist of a single subclass of
 IO::Async::Loop to act as a container of other objects, which perform the
 actual IO work required by the program. As well as IO handles, the loop also
 supports timers and signal handlers, and includes more higher-level
 functionality built on top of these basic parts.