p5-IO-Async: update to 0.78.
0.78 2021-01-21 [CHANGES] * Warn on attempts to ->connect to INADDR(6)_LOOPBACK as some OSes (e.g. OpenBSD) do not allow it * Various fixes for IO::Async::LoopTests to better support IO::Async::Loop::UV: + Insert some ->loop_once(0) calls between timing tests to allow libuv to clear its pending queues + Allow loops to declare that they cannot perform all-child PID watch and skip the relevant tests for it if so * Have $loop->later return a future instance if not passed any code (RT133240) [BUGFIXES] * Accept more error codes for failure to resolve missing hostname (RT131109) * Defend against some undef values at global destruction time (RT132677)
This commit is contained in:
parent
3767961cc7
commit
16b23a0650
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.19 2020/09/06 23:24:46 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2021/04/26 14:31:50 wiz Exp $
|
||||
|
||||
DISTNAME= IO-Async-0.77
|
||||
DISTNAME= IO-Async-0.78
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.12 2020/09/06 23:24:46 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.13 2021/04/26 14:31:50 wiz Exp $
|
||||
|
||||
SHA1 (IO-Async-0.77.tar.gz) = cb709f27f719821bb06829054243d0d08c962852
|
||||
RMD160 (IO-Async-0.77.tar.gz) = 388ad915b1ead5d0ca87aeffde5ced626b2c012b
|
||||
SHA512 (IO-Async-0.77.tar.gz) = cdecd1efeae5f925df175a8045552c30d0d59c52aa806786c532e7b00de238829f4bae9afaec2f5c4d2a261074bdfe6d93cf271dde780370d4b5378a8582ed04
|
||||
Size (IO-Async-0.77.tar.gz) = 246133 bytes
|
||||
SHA1 (IO-Async-0.78.tar.gz) = 33d4942c8ae37c0724efa60316c32ab94996ecc1
|
||||
RMD160 (IO-Async-0.78.tar.gz) = e333c0f78b407cfc8831762f6ac7f0ba6c3b9d5a
|
||||
SHA512 (IO-Async-0.78.tar.gz) = da3a9ed058000fe254ddcf1d97648278674135c52f7201d200db5c63f7401db297d93932b5b40fb6be79bbe0935e51e6963869563d9467ace63286546c9d2362
|
||||
Size (IO-Async-0.78.tar.gz) = 248560 bytes
|
||||
|
|
Loading…
Reference in a new issue