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

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libfuture-perl.
    + libio-async-perl: Drop versioned constraint on libfuture-perl in Depends.

  [ Florian Schlichting ]
  * Import upstream version 0.79.
  * Update copyright years
  * Declare compliance with Debian Policy 4.6.0

 -- Florian Schlichting <email address hidden>  Wed, 01 Sep 2021 22:47:37 +0800

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.79-1.dsc 2.4 KiB 47635709095abd06526ecfd4312eb66370f5a36c77b22cef37af7f5bc84dc0dc
libio-async-perl_0.79.orig.tar.gz 246.4 KiB 85f66e52b0e9f02c75e8ed5b0910dc7540bcdb197f3d73b74ad8437a4a280881
libio-async-perl_0.79-1.debian.tar.xz 5.8 KiB 22fa05bbf74b28d7a4a895c5aeb348966c26a042a804916a633f0276a9742d14

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.