diff options
author | wen <wen@pkgsrc.org> | 2013-08-22 02:56:11 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-08-22 02:56:11 +0000 |
commit | e2fcd92e0f0d225a5a8abba45621103b1d9dc07f (patch) | |
tree | 44767ab9783deb5a0cf1cc31e05cd503819a9dd2 | |
parent | 4f12e249b92b1f2f571365547a2daae2f563e293 (diff) | |
download | pkgsrc-e2fcd92e0f0d225a5a8abba45621103b1d9dc07f.tar.gz |
Update to 0.18
Upstream changes:
0.18 2013-08-17
- fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
0.17 2013-08-16
- work around [rt.perl #119311] which was causing incorrect error messages in
some cases during global destruction (Graham Knop, #9)
0.16 2013-07-10
- remove accidental Sub::Name test dep
0.15 2013-07-08
- optionally use Sub::Name to name the try/catch/finally blocks, if available
(Mark Fowler)
0.14 2013-07-05
- also throw an exception for catch/finally in scalar context (RT#81070)
0.13 2013-07-04
- fix tests failing on 5.6.x due to differing DESTROY semantics
- excise superfluous local($@) call - 7% speedup
- fix (fsvo) broken URLs (RT#55659)
- proper exception on erroneous usage of bare catch/finally (RT#81070)
- proper exception on erroneous use of multiple catch{} blocks
- clarify exception occuring on unterminated try block (RT#75712)
- fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
Vadim)
- warn loudly on exceptions in finally() blocks
- dzilify
-rw-r--r-- | devel/p5-Try-Tiny/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Try-Tiny/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Try-Tiny/Makefile b/devel/p5-Try-Tiny/Makefile index 06c65ac5134..c4abac90a06 100644 --- a/devel/p5-Try-Tiny/Makefile +++ b/devel/p5-Try-Tiny/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/06/29 09:21:13 sno Exp $ +# $NetBSD: Makefile,v 1.12 2013/08/22 02:56:11 wen Exp $ # -DISTNAME= Try-Tiny-0.12 +DISTNAME= Try-Tiny-0.18 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DO/DOY/} diff --git a/devel/p5-Try-Tiny/distinfo b/devel/p5-Try-Tiny/distinfo index 3890537d815..aa11838f8f8 100644 --- a/devel/p5-Try-Tiny/distinfo +++ b/devel/p5-Try-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2013/06/29 09:21:13 sno Exp $ +$NetBSD: distinfo,v 1.7 2013/08/22 02:56:11 wen Exp $ -SHA1 (Try-Tiny-0.12.tar.gz) = 41132dc42b6a4597606e1018df7db414d999e809 -RMD160 (Try-Tiny-0.12.tar.gz) = 028cf73e6fd5e06ef3f90e126639bd3ce5651216 -Size (Try-Tiny-0.12.tar.gz) = 10320 bytes +SHA1 (Try-Tiny-0.18.tar.gz) = 1910c037e4b7367c58d2e2f06464863bdee2b06a +RMD160 (Try-Tiny-0.18.tar.gz) = 6ecdf9df557b66613f53ad9a1a2a966fa84569a6 +Size (Try-Tiny-0.18.tar.gz) = 16499 bytes |