pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Future 0.30 2014/11/26 14:29:28



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b360a94a27c
branches:  trunk
changeset: 645632:4b360a94a27c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jan 31 13:09:51 2015 +0000

description:
0.30    2014/11/26 14:29:28
        [CHANGES]
         * Rename 'dependent' futures to 'convergent'
         * Removed examples/ scripts that now exist as independent modules
         * Added ->without_cancel
         * Sanity-check the $code argument to ->on_{ready,done,fail,cancel} to
           ensure it is callable or a Future

        [BUGFIXES]
         * Ensure that 'ready_at' is always set in DEBUG mode
         * Fix DEBUG 'lost_at' line number reporting tests for latest
           bleadperl (RT99002)
         * Ensure that if Future::Utils::repeat condition code dies, that is
           passed to the result Future and not propagated to the caller
           (RT100067)
         * Failure by returning a non-Future from a sequencing code block
           should report as a failed Future, not throw exception to caller

diffstat:

 devel/p5-Future/Makefile |  4 ++--
 devel/p5-Future/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 0c4a635fd944 -r 4b360a94a27c devel/p5-Future/Makefile
--- a/devel/p5-Future/Makefile  Sat Jan 31 13:05:13 2015 +0000
+++ b/devel/p5-Future/Makefile  Sat Jan 31 13:09:51 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2014/08/11 02:06:20 wen Exp $
+# $NetBSD: Makefile,v 1.4 2015/01/31 13:09:51 mef Exp $
 
-DISTNAME=      Future-0.29
+DISTNAME=      Future-0.30
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
diff -r 0c4a635fd944 -r 4b360a94a27c devel/p5-Future/distinfo
--- a/devel/p5-Future/distinfo  Sat Jan 31 13:05:13 2015 +0000
+++ b/devel/p5-Future/distinfo  Sat Jan 31 13:09:51 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/08/11 02:06:20 wen Exp $
+$NetBSD: distinfo,v 1.3 2015/01/31 13:09:51 mef Exp $
 
-SHA1 (Future-0.29.tar.gz) = a427446c2c77084f90e961176cda2dd3b922489c
-RMD160 (Future-0.29.tar.gz) = 24ddb2e383564aada53fb67a3fb73f2f79ca50ba
-Size (Future-0.29.tar.gz) = 77028 bytes
+SHA1 (Future-0.30.tar.gz) = 74ffc3d17bd4b7a811a5cb6479d4dc9487d976dd
+RMD160 (Future-0.30.tar.gz) = 50c1d4892fbc93dc730cfe94c1f678e32fe20be8
+Size (Future-0.30.tar.gz) = 77143 bytes



Home | Main Index | Thread Index | Old Index