pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Future Update to 0.32
details: https://anonhg.NetBSD.org/pkgsrc/rev/bef1c2cb4c15
branches: trunk
changeset: 648098:bef1c2cb4c15
user: wen <wen%pkgsrc.org@localhost>
date: Wed Mar 11 14:29:39 2015 +0000
description:
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)
diffstat:
devel/p5-Future/Makefile | 4 ++--
devel/p5-Future/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 3390e45a6528 -r bef1c2cb4c15 devel/p5-Future/Makefile
--- a/devel/p5-Future/Makefile Wed Mar 11 14:18:06 2015 +0000
+++ b/devel/p5-Future/Makefile Wed Mar 11 14:29:39 2015 +0000
@@ -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/}
diff -r 3390e45a6528 -r bef1c2cb4c15 devel/p5-Future/distinfo
--- a/devel/p5-Future/distinfo Wed Mar 11 14:18:06 2015 +0000
+++ b/devel/p5-Future/distinfo Wed Mar 11 14:29:39 2015 +0000
@@ -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
-RMD160 (Future-0.30.tar.gz) = 50c1d4892fbc93dc730cfe94c1f678e32fe20be8
-Size (Future-0.30.tar.gz) = 77143 bytes
+SHA1 (Future-0.32.tar.gz) = 6b962f94d7a92d2bfbd3d659b580143e0c44f3ac
+RMD160 (Future-0.32.tar.gz) = 1adb0f3957841b140164b36e56039ae784f3ad13
+Size (Future-0.32.tar.gz) = 80051 bytes
Home |
Main Index |
Thread Index |
Old Index