diff options
author | mef <mef@pkgsrc.org> | 2015-01-31 13:09:51 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-31 13:09:51 +0000 |
commit | 66b770a5cc01b034ea9f8e3ef2371086efc83717 (patch) | |
tree | 66b9dec71fcbbd70b98a40698a47802dd3d4feac | |
parent | 154910fcf3f61454d018e786545239b2246f5db7 (diff) | |
download | pkgsrc-66b770a5cc01b034ea9f8e3ef2371086efc83717.tar.gz |
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
-rw-r--r-- | devel/p5-Future/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Future/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Future/Makefile b/devel/p5-Future/Makefile index e7a1d0b4f04..38c6160b7e9 100644 --- a/devel/p5-Future/Makefile +++ b/devel/p5-Future/Makefile @@ -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 --git a/devel/p5-Future/distinfo b/devel/p5-Future/distinfo index c71328b8396..bbe858b031f 100644 --- a/devel/p5-Future/distinfo +++ b/devel/p5-Future/distinfo @@ -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 |