Update to 0.72

Upstream changes:
0.72    2018-04-02 19:34:27
        [CHANGES]
         * Expanded docs on Stream's on_read sub return values
         * Overridable timeout for IO::Async::Test::wait_for
         * Hide IO::Async::ChildManager as an internal implementation detail;
           move the docs into main IO::Async::Loop
         * Added $loop->open_process; suggest using that instead of
           ->open_child
         * Begin implementation of $loop->is_running method (part of RT123780)

        [BUGFIXES]
         * Make IO::Async::Future->await wait until it's ready
         * Fix calculation of periodic timer in 'skip' mode (RT124414)
         * Perform synchronous getaddrinfo shortcut even for service-less
           lookups
         * Make sure that errors from underlying read/write functions are
           debug-logged by IO::Async::Stream
This commit is contained in:
wen 2018-04-23 07:12:48 +00:00
parent 4ce79e032b
commit 094cc951f6
2 changed files with 7 additions and 8 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:05 ryoon Exp $
# $NetBSD: Makefile,v 1.12 2018/04/23 07:12:48 wen Exp $
DISTNAME= IO-Async-0.71
DISTNAME= IO-Async-0.72
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2017/03/11 11:13:13 wen Exp $
$NetBSD: distinfo,v 1.9 2018/04/23 07:12:48 wen Exp $
SHA1 (IO-Async-0.71.tar.gz) = fb27c94ce937b339646497da969fff1e998a7376
RMD160 (IO-Async-0.71.tar.gz) = 377157ba550db7386a33fdc37c0b84580966fb3e
SHA512 (IO-Async-0.71.tar.gz) = 5d68e9a4cb8d0ba212ef094a1c6052e254ecdad2b3775d3690fcd38cdd1c230323477912bbbc984e410036d2304a9d4908b4f0a52dbd5a4581a9e691b8b442f2
Size (IO-Async-0.71.tar.gz) = 236256 bytes
SHA1 (IO-Async-0.72.tar.gz) = 0dfb01c3ea508b1ccdbd15bd0530045d57709abf
RMD160 (IO-Async-0.72.tar.gz) = 431ef96865feb16a2b50a1aaa89f071225273353
SHA512 (IO-Async-0.72.tar.gz) = 4d1243e7904647d94bceb300d677ed2d28e58b7b57695b9de40b19f9b5d79418516837d5f6bead3836897956aad7027213b84c1244e46ddaa335b4916fe53804
Size (IO-Async-0.72.tar.gz) = 236223 bytes