diff options
author | wen <wen> | 2014-08-11 02:06:20 +0000 |
---|---|---|
committer | wen <wen> | 2014-08-11 02:06:20 +0000 |
commit | c292af78d1b40ae00a66188962c5bf364787d18a (patch) | |
tree | c840c0c4faa90729534e8138e180742e26a3cbb3 | |
parent | ae29ecccdbf17e6393202ceb31939480c0f32c8c (diff) | |
download | pkgsrc-c292af78d1b40ae00a66188962c5bf364787d18a.tar.gz |
Update to 0.29
Upstream changes:
0.29 2014/07/17 12:18:12
[CHANGES]
* Added Test::Future
* Stronger deprecations - repeat {} on failures warns every time,
->and_then / ->or_else warn once
[BUGFIXES]
* Define the behaviour of dependent futures when components are
cancelled. (Partially fixes RT96685)
* Use Module::Build->prompt (RT96409)
* Ensure that repeat on an empty foreach list or empty generator
without 'otherwise' behaves correctly, just yield an immediate
0.28 2014/06/08 22:43:40
[CHANGES]
* Added ->label
* Added ->btime, rtime, elapsed tracing timers
* Better handling of 'breaks' version detection
0.27 2014/06/06 17:42:27
[BUGFIXES]
* Depend on Carp 1.25 for the new message format with trailing
period, so tests work
0.26 2014/06/01 12:52:53
[CHANGES]
* Added ->is_failed accessor
* Implement ->export_to_level in Future::Utils
* Print a warning about lost sequence Futures
* Allow Future->done and Future->fail as simple class constructors
to return immediates
* Added Future->unwrap
[BUGFIXES]
* Ensure that sequence futures are weaken()ed in the forward
direction.
**NOTE** This will potentially break existing code that depended on
strong references. This old code was, however, broken.
-rw-r--r-- | devel/p5-Future/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Future/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Future/Makefile b/devel/p5-Future/Makefile index eb7370aeefb..e7a1d0b4f04 100644 --- a/devel/p5-Future/Makefile +++ b/devel/p5-Future/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2014/05/29 23:35:56 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/08/11 02:06:20 wen Exp $ -DISTNAME= Future-0.25 +DISTNAME= Future-0.29 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 4e2dfa22e56..c71328b8396 100644 --- a/devel/p5-Future/distinfo +++ b/devel/p5-Future/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/02/23 14:33:46 sno Exp $ +$NetBSD: distinfo,v 1.2 2014/08/11 02:06:20 wen Exp $ -SHA1 (Future-0.25.tar.gz) = 18b0d3cb892f07579ec8794c13cbfa958bd57488 -RMD160 (Future-0.25.tar.gz) = 903d47bf6600944371bc5de0a4b112c19eac0b7f -Size (Future-0.25.tar.gz) = 66183 bytes +SHA1 (Future-0.29.tar.gz) = a427446c2c77084f90e961176cda2dd3b922489c +RMD160 (Future-0.29.tar.gz) = 24ddb2e383564aada53fb67a3fb73f2f79ca50ba +Size (Future-0.29.tar.gz) = 77028 bytes |