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

Changelog

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

  * Don't skip any tests, as Test::Future::IO::Impl is in Debian.
  * Add test dependency on libfuture-io-perl.

 -- gregor herrmann <email address hidden>  Sat, 11 Dec 2021 00:14:18 +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.800-2.dsc 2.8 KiB 73f69af126505a15f85a16c06a7750f6cbb8bbb34ae847031827fb2e6220423c
libio-async-perl_0.800.orig.tar.gz 247.3 KiB 944758e7ac949ebd3bcd933a77cbdcd8f9863f73cc06f0a4a009ff230f790817
libio-async-perl_0.800-2.debian.tar.xz 5.9 KiB c353ba1be8013495f3387fbf5753ada114433b121e0e2b73e073331139a694cf

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.