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

Changelog

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

  * Update test dependencies and Recommends.
    Test::Future::IO::Impl moved from libfuture-io-perl to
    libtest-future-io-impl-perl.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Drop old Breaks entries. Even oldstable has new enough versions.

 -- gregor herrmann <email address hidden>  Wed, 05 Jul 2023 22:45:30 +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
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-perl_0.802-2.dsc 2.8 KiB 594028024900bb027c09993afa7cf4d6af5c1eb1cb0a672b7d885d36f05bd72f
libio-async-perl_0.802.orig.tar.gz 247.8 KiB e582731577767c47eac435ef2904663d4a750b0e6802a4a6189a37f0cb308738
libio-async-perl_0.802-2.debian.tar.xz 6.7 KiB 45ad44f57f6a7c5958ed20db37e12d35cd7429ed7e2c315301e7ddaf057463c5

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.