libfuture-io-perl 0.14-1 source package in Ubuntu

Changelog

libfuture-io-perl (0.14-1) unstable; urgency=medium

  * Import upstream version 0.14.
  * Update test and runtime dependencies.
  * Drop 0001-syswrite-test-unclog-the-pipe-harder.patch.
    The patched file moved to libtest-future-io-impl-perl.

 -- gregor herrmann <email address hidden>  Wed, 05 Jul 2023 21:25:10 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfuture-io-perl_0.14-1.dsc 2.5 KiB 81923b8a3d3b176c66a49b5a1abbeb4e4d6b7d4c6fa91ac7feaaa23753beb8c5
libfuture-io-perl_0.14.orig.tar.gz 22.5 KiB 6b58fefafc3094c2701f0a7b98cb140b0988b5168a7d5df4ebd1eee8e872060a
libfuture-io-perl_0.14-1.debian.tar.xz 2.1 KiB a78b2def5df40bf102269994d6f249777734b468a6eb4d6bbe7f7424bdbe068c

Available diffs

No changes file available.

Binary packages built by this source

libfuture-io-perl: collection of Future-returning IO methods

 The Future::IO distribution provides a few basic methods that behave
 similarly to the same-named core perl functions relating to IO operations,
 but yield their results asynchronously via Future instances.
 .
 This is provided primarily as a decoupling mechanism, to allow modules to be
 written that perform IO in an asynchronous manner to depend directly on this,
 while allowing asynchronous event systems to provide an implementation of
 these operations.