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

Changelog

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

  * Team upload.
  * Add patch fixing 70future-io.t on ppc64el. (Closes: #1002541)

 -- Niko Tyni <email address hidden>  Fri, 11 Feb 2022 23:02:21 +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
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-perl_0.801-2.dsc 2.5 KiB b59313111537f7be2b6855481906536cbf6e2d81a9eff95e7bd6b2105f29964c
libio-async-perl_0.801.orig.tar.gz 247.3 KiB 89e459ba17b76a572bb1b4bb120301541e8cc93242417166236b6c6db0e1c9b9
libio-async-perl_0.801-2.debian.tar.xz 6.6 KiB c01795c3afcb7f83a7ce80e49f874106f08f19f509d970a7d45327f7ae9202d4

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.