libio-async-perl 0.70-1 source package in Ubuntu
Changelog
libio-async-perl (0.70-1) unstable; urgency=medium * New upstream release. * debian/rules: skip a test which needs a DNS resolver. * Add a patch to fix spelling mistakes in the POD. -- gregor herrmann <email address hidden> Mon, 21 Dec 2015 21:08:18 +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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-async-perl_0.70-1.dsc | 2.4 KiB | db5af97f2c2db7130cb550f0f09dd961c9679b89684fff0c540ff7a1dccc5cd4 |
libio-async-perl_0.70.orig.tar.gz | 234.2 KiB | 646c2d7573f80755216a97cd0eb513dd3b13523bd01ad4d883379898db265b4a |
libio-async-perl_0.70-1.debian.tar.xz | 6.1 KiB | b44fe61e853f112d89a7d428bcba586310af6e88498d9383d6223f1013448eaf |
Available diffs
- diff from 0.69-1 to 0.70-1 (6.2 KiB)
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.