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

Changelog

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

  * New upstream release.
  * Update years of packaging copyright.
  * Make (build) dependency on libfuture-perl versioned.

 -- gregor herrmann <email address hidden>  Tue, 10 Nov 2015 19:23:55 +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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-perl_0.69-1.dsc 2.4 KiB 55e7b4c85c73a75704272d3873f5f440ef2b1d4c94db6f9d47a128d7f5e11708
libio-async-perl_0.69.orig.tar.gz 234.0 KiB 05f1d64db02707eb933529870fe6ed95266d4226bc2297921debe21140c4880c
libio-async-perl_0.69-1.debian.tar.xz 4.8 KiB 3ccbd42b7fe68608787d0f6c226d1c1297913fd6e976f2d93984c94cc9e226fb

Available diffs

No changes file available.

Binary packages built by this source

libio-async-perl: module providing asynchronous filehandle I/O

 IO::Async is a collection of Perl modules that allow programs to perform
 various operations on filehandles asynchronously.
 .
 Typically, a program would use a main IO::Async::Loop which would contain the
 other objects that perform the actual I/O work required by the program. This
 versatile loop supports features like timers and signal handlers through its
 various included subclasses.