Wed Mar 11 14:29:39 2015 UTC ()
Update to 0.32

Upstream changes:
0.32    2015/03/10 19:54:22
        [CHANGES]
         * Documentation updates for new ->wrap_cb method

        [BUGFIXES]
         * Empty convergents should respect subclassing (RT97537)
         * Adjust loss-report regexp for bleadperl (RT99002 again)
         * Make trailing periods in warning tests optional, to account for
           Carp version changes (RT100685)

0.31    2015/03/08 17:50:06
        [CHANGES]
         * Added debugging warning when destroying a failed Future that has
           not reported its failure (RT102198)
         * Have ->and_then / ->or_else die immediately to further their
           deprecation
         * Announce done_cb/fail_cb/cancel_cb as deprecated in favour of curry
         * Provide ->wrap_cb method (experimental)

        [BUGFIXES]
         * Ensure that Test::Future does not retain Futures once they are
           complete (RT101128)
         * 'use Future' in Future::Utils (RT102167)


(wen)
diff -r1.4 -r1.5 pkgsrc/devel/p5-Future/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-Future/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Future/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Future/Makefile 2015/01/31 13:09:51 1.4
+++ pkgsrc/devel/p5-Future/Makefile 2015/03/11 14:29:39 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2015/01/31 13:09:51 mef Exp $ 1# $NetBSD: Makefile,v 1.5 2015/03/11 14:29:39 wen Exp $
2 2
3DISTNAME= Future-0.30 3DISTNAME= Future-0.32
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://metacpan.org/release/Future 9HOMEPAGE= https://metacpan.org/release/Future
10COMMENT= Represent an operation awaiting completion 10COMMENT= Represent an operation awaiting completion
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 13BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
14BUILD_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity 14BUILD_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
15BUILD_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount 15BUILD_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
16 16

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Future/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Future/distinfo 2015/01/31 13:09:51 1.3
+++ pkgsrc/devel/p5-Future/distinfo 2015/03/11 14:29:39 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2015/01/31 13:09:51 mef Exp $ 1$NetBSD: distinfo,v 1.4 2015/03/11 14:29:39 wen Exp $
2 2
3SHA1 (Future-0.30.tar.gz) = 74ffc3d17bd4b7a811a5cb6479d4dc9487d976dd 3SHA1 (Future-0.32.tar.gz) = 6b962f94d7a92d2bfbd3d659b580143e0c44f3ac
4RMD160 (Future-0.30.tar.gz) = 50c1d4892fbc93dc730cfe94c1f678e32fe20be8 4RMD160 (Future-0.32.tar.gz) = 1adb0f3957841b140164b36e56039ae784f3ad13
5Size (Future-0.30.tar.gz) = 77143 bytes 5Size (Future-0.32.tar.gz) = 80051 bytes