Update to 0.65
-------------- 0.65 2015/02/15 14:28:02 [CHANGES] * Optionally allow IO::Async::Channel to use 'Sereal' serialisation * Added documentation about the 'env' Child Manager key and copying %ENV * Take OS "preferred loop subclass" hints from IO::Async::OS directly [BUGFIXES] * Nested $stream->read_* inside read_* cause double-completion of Future (RT101774) * Implement IO::Async::Loop::Poll directly on _poll() syscall wrapper, thus avoiding many bugs in IO::Poll (RT93141) * Ensure that IO::Async::Loop::Select can cope with callbacks that remove other IO handle watches (RT101919) * Silently upgrade watched IO handles to O_NONBLOCK (RT102044) * Complain about unrecognised keys to ->extract_addrinfo (RT101453)
This commit is contained in:
parent
ea967f82bb
commit
26acedb3cf
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2015/02/05 14:50:04 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2015/03/15 23:08:38 mef Exp $
|
||||
|
||||
DISTNAME= IO-Async-0.64
|
||||
DISTNAME= IO-Async-0.65
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2015/02/05 14:50:04 mef Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/03/15 23:08:38 mef Exp $
|
||||
|
||||
SHA1 (IO-Async-0.64.tar.gz) = 4451f7a79d1f8d7c1879003510a6f5e7eef40754
|
||||
RMD160 (IO-Async-0.64.tar.gz) = 674762ff58383f4b01582d323724f3ffb8e36e84
|
||||
Size (IO-Async-0.64.tar.gz) = 231632 bytes
|
||||
SHA1 (IO-Async-0.65.tar.gz) = d375fea923a6bc9c52cd99c253a6462292405344
|
||||
RMD160 (IO-Async-0.65.tar.gz) = 3b984bfd3cad422975b2934409919f5a6818d362
|
||||
Size (IO-Async-0.65.tar.gz) = 233644 bytes
|
||||
|
|
Loading…
Reference in a new issue