diff options
author | sno <sno@pkgsrc.org> | 2010-02-02 20:01:55 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-02 20:01:55 +0000 |
commit | e180e6a6a916a3fb8cfbfbd8aef7db0e8764191c (patch) | |
tree | a3a8b5bf1390ff158d5eeffa4067157a8a5a6b0c /devel/p5-Try-Tiny | |
parent | 9039bc0ed2a80ba90c2cffee65169c16797fb85d (diff) | |
download | pkgsrc-e180e6a6a916a3fb8cfbfbd8aef7db0e8764191c.tar.gz |
Updating devel/p5-Try-Tiny from 0.02 to 0.04
pkgsrc changes:
- Adding license definition
Upstream changes:
0.04
- Restore list context propagation for catch blocks
- Fix a bug where finally blocks weren't always invoked
0.03
- Support for 'finally' blocks (Andy Yates)
- More documentation and tests (many people)
- Sets $@ to the previous value at the beginning of the eval, to allow
the capture of an error stack when calling die.
Diffstat (limited to 'devel/p5-Try-Tiny')
-rw-r--r-- | devel/p5-Try-Tiny/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Try-Tiny/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Try-Tiny/Makefile b/devel/p5-Try-Tiny/Makefile index 81cedb9efb4..a7fdae3e398 100644 --- a/devel/p5-Try-Tiny/Makefile +++ b/devel/p5-Try-Tiny/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/09/15 23:51:34 seb Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/02 20:01:55 sno Exp $ # -DISTNAME= Try-Tiny-0.02 +DISTNAME= Try-Tiny-0.04 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NU/NUFFIN/} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NU/NUFFIN/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Try-Tiny/ COMMENT= Perl module providing minimal try/catch -#LICENSE= +LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Try-Tiny/distinfo b/devel/p5-Try-Tiny/distinfo index 67aa8342726..d735f5b9dc8 100644 --- a/devel/p5-Try-Tiny/distinfo +++ b/devel/p5-Try-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/09/15 23:51:34 seb Exp $ +$NetBSD: distinfo,v 1.2 2010/02/02 20:01:55 sno Exp $ -SHA1 (Try-Tiny-0.02.tar.gz) = 5255d1014e32556aa38ecb4a6382b0cec1e9f439 -RMD160 (Try-Tiny-0.02.tar.gz) = add0337795a646aaf57c4ab243cf993e044404d2 -Size (Try-Tiny-0.02.tar.gz) = 6361 bytes +SHA1 (Try-Tiny-0.04.tar.gz) = a090a58919e0712138bee753b866595a01b92b20 +RMD160 (Try-Tiny-0.04.tar.gz) = d3902b856e4e84d1cf624462b39d0f3e7ff8a707 +Size (Try-Tiny-0.04.tar.gz) = 8663 bytes |