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

Changelog

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

  * Import upstream version 0.800.
  * Update lists of test to run/skip during build and autopkgtest.
    - Skip t/70future-io.t (needs not-yet-packaged libfuture-io-perl).
    - Run t/50resolver.t (doesn't need a resolver anymore).
  * Add test dependency on libdata-dump-perl for t/50resolver.t.

 -- gregor herrmann <email address hidden>  Fri, 12 Nov 2021 17:33:09 +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-1.dsc 2.7 KiB 822278e4d0a727698efb7b3e4817be0c95b5d9c3c381750ae1a11783adae1c00
libio-async-perl_0.800.orig.tar.gz 247.3 KiB 944758e7ac949ebd3bcd933a77cbdcd8f9863f73cc06f0a4a009ff230f790817
libio-async-perl_0.800-1.debian.tar.xz 5.9 KiB a2f1b7518b1dd2d00b040fd1b7d4e87c305153448c9e439d32bc848832492d4f

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.