libio-async-perl 0.68-1 source package in Ubuntu
Changelog
libio-async-perl (0.68-1) unstable; urgency=medium * Team upload. * Import upstream version 0.68 * Bump debhelper compatibility level to 9 * Update year of upstream copyright -- Lucas Kanashiro <email address hidden> Tue, 22 Sep 2015 16:14:13 -0300
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-async-perl_0.68-1.dsc | 2.4 KiB | 641e352f53dbfb70617940b10acaa11cfdbf6bda61ea7872a582b0c39afe9a26 |
libio-async-perl_0.68.orig.tar.gz | 232.9 KiB | 8879a934e59ced892354820583b4d1d5c8a9786ca2180951a8cf98e15936e7d6 |
libio-async-perl_0.68-1.debian.tar.xz | 4.8 KiB | 666e888990a7c2f5f5c40bb6d00ebfae779ab4f519c56be8abfc15e4f4355101 |
Available diffs
- diff from 0.67-1 to 0.68-1 (12.9 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.