diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-23 22:08:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-23 22:08:36 +0000 |
commit | d666cb8134b585b8b8057c9baaedf86dab0fb089 (patch) | |
tree | 5dcc995cb8aec0036e6539ad54b261e69a767c70 /devel | |
parent | ffd9762bc4853cbf288045f1d9fd8a035bee5e5c (diff) | |
download | pkgsrc-d666cb8134b585b8b8057c9baaedf86dab0fb089.tar.gz |
Update to 1.22:
1.22 Sep 30, 2005
- Added Exception::Class::Base->caught() so you can write
"My::Error->caught()". Apparently this is what Damian documented in
Perl Best Practices. Thanks to JD Hedden for pointing this out.
- Require Devel::StackTrace 1.12 to fix a test failure on Win32.
Reported by Garrett Goebel.
1.21 Apr 17, 2005
- Added Exception::Class->caught() as syntactic sugar for catching
exceptions in a "safe" manner. See the docs for details. Suggested
by Damian Conway.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Exception-Class/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 078c669923b..260b22e483d 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:10 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/11/23 22:08:36 wiz Exp $ -DISTNAME= Exception-Class-1.20 +DISTNAME= Exception-Class-1.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5exc -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} @@ -12,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/~drolsky/Exception-Class/ COMMENT= Perl5 module implementing real exception classes DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable -DEPENDS+= p5-Devel-StackTrace>=1.10:../../devel/p5-Devel-StackTrace +DEPENDS+= p5-Devel-StackTrace>=1.12:../../devel/p5-Devel-StackTrace DEPENDS+= p5-Test-Simple>=0.46:../../devel/p5-Test-Simple PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo index 8f8b04c8c8d..a2c10f16d35 100644 --- a/devel/p5-Exception-Class/distinfo +++ b/devel/p5-Exception-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 16:30:50 wiz Exp $ +$NetBSD: distinfo,v 1.4 2005/11/23 22:08:36 wiz Exp $ -SHA1 (Exception-Class-1.20.tar.gz) = 493e277828655ce4e44eea3c8f758e0c80897b18 -RMD160 (Exception-Class-1.20.tar.gz) = 9ae090ad6a849c04b6736313d1bea766075939c6 -Size (Exception-Class-1.20.tar.gz) = 15121 bytes +SHA1 (Exception-Class-1.22.tar.gz) = 6b882ca6a1a2383ab5c31afd7d3014dc2b5c871a +RMD160 (Exception-Class-1.22.tar.gz) = fab96055c6187a842ecbbfdcdfa2571d9e1e066c +Size (Exception-Class-1.22.tar.gz) = 16156 bytes |