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

Changelog

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

  * Import upstream version 0.801.
  * Remove test dependency on libdata-dump-perl.
  * Remove unhelpful debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Fri, 17 Dec 2021 00:31:21 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-perl_0.801-1.dsc 2.7 KiB 4b08b92a425dc159f2ca62882e3fe83b0282d192eb9a3c69ee8ffe02a9b6e047
libio-async-perl_0.801.orig.tar.gz 247.3 KiB 89e459ba17b76a572bb1b4bb120301541e8cc93242417166236b6c6db0e1c9b9
libio-async-perl_0.801-1.debian.tar.xz 5.8 KiB 733167ba62e330d08fe2cb38af79b07f7da61e2874abb2ade076ce863c80ac83

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.