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 context 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,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2015/01/31 13:09:51 mef Exp $
+# $NetBSD: Makefile,v 1.5 2015/03/11 14:29:39 wen Exp $
 
-DISTNAME=	Future-0.30
+DISTNAME=	Future-0.32
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Future/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.3 2015/01/31 13:09:51 mef Exp $
+$NetBSD: distinfo,v 1.4 2015/03/11 14:29:39 wen Exp $
 
-SHA1 (Future-0.30.tar.gz) = 74ffc3d17bd4b7a811a5cb6479d4dc9487d976dd
+SHA1 (Future-0.32.tar.gz) = 6b962f94d7a92d2bfbd3d659b580143e0c44f3ac
-RMD160 (Future-0.30.tar.gz) = 50c1d4892fbc93dc730cfe94c1f678e32fe20be8
+RMD160 (Future-0.32.tar.gz) = 1adb0f3957841b140164b36e56039ae784f3ad13
-Size (Future-0.30.tar.gz) = 77143 bytes
+Size (Future-0.32.tar.gz) = 80051 bytes