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

Changelog

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

  * Import upstream version 0.78.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.5.1.

 -- gregor herrmann <email address hidden>  Sat, 23 Jan 2021 21:29:02 +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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-perl_0.78-1.dsc 2.7 KiB 87051fd48e4f22dcc79e6a4e9e278ee5054d409f53771ebda284b73cb4063ba2
libio-async-perl_0.78.orig.tar.gz 242.7 KiB 3fb51885977b86218a89ea42f38cafbce5823bf48faaa2d185a186c2a358366c
libio-async-perl_0.78-1.debian.tar.xz 5.7 KiB 89e37675e4ae19912367d8324f4e82137474a09b0844bf155394b8ff52bac2cc

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.