libio-async-perl 0.51-4ubuntu1 source package in Ubuntu

Changelog

libio-async-perl (0.51-4ubuntu1) raring; urgency=low

  * Merge from Debian. Remaining changes:
    - Drop alternate build-dependency on perl (>= 5.15.6) to work around
      a bug in Launchpad's sbuild that keeps it in the dep-wait state.

libio-async-perl (0.51-4) unstable; urgency=low

  * Update subscond.patch: set _CAN_SUBSECOND_ACCURATELY to 0.
    Turn of the subsecond tests by default, individual loops can than enable
    them. -- Change confirmed by upstream on IRC. Thanks to Paul "LeoNerd"
    Evans for confirming this fix. (Closes: #687403)
 -- Oussama Bounaim <email address hidden>   Sun, 04 Nov 2012 18:11:28 +0100

Upload details

Uploaded by:
oussama
Sponsored by:
Iain Lane
Uploaded to:
Raring
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-async-perl_0.51.orig.tar.gz 203.5 KiB fec88e653b2c52ac06293658401866f97369442d2c6f4ba13820d4d9463b4cd3
libio-async-perl_0.51-4ubuntu1.debian.tar.gz 5.6 KiB 0ee6239826f872691243679c77de0eeb3ba92ad2bf853cae673ea180718e2848
libio-async-perl_0.51-4ubuntu1.dsc 2.4 KiB f880d3f2130f83b8c886fe0932202b2ad11c64d53c3c1e9a7ceb29419fa4d1d4

Available diffs

View changes file

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.