diff options
author | wiz <wiz> | 2006-01-23 21:44:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-23 21:44:40 +0000 |
commit | 73b76b5f936ebd53dd13575eb183428923677194 (patch) | |
tree | af816ed1eab34ebbdfd8bc499348aaaa802c0dd1 /devel/p5-Exception-Class | |
parent | 12229c0b28c96765e65f4027ba65820480ff9b61 (diff) | |
download | pkgsrc-73b76b5f936ebd53dd13575eb183428923677194.tar.gz |
Update to 1.23:
1.23 Jan 14, 2006
- Fix code bugs in the SYNOPSIS.
- Exception::Class->caught() now returns $@ if not given an argument.
Diffstat (limited to 'devel/p5-Exception-Class')
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Exception-Class/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 260b22e483d..9d71d419a7d 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2005/11/23 22:08:36 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/23 21:44:40 wiz Exp $ -DISTNAME= Exception-Class-1.22 +DISTNAME= Exception-Class-1.23 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5exc CATEGORIES= devel perl5 diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo index a2c10f16d35..9415f3c69c1 100644 --- a/devel/p5-Exception-Class/distinfo +++ b/devel/p5-Exception-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/11/23 22:08:36 wiz Exp $ +$NetBSD: distinfo,v 1.5 2006/01/23 21:44:40 wiz Exp $ -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 +SHA1 (Exception-Class-1.23.tar.gz) = 572efc556137f213141d6639acff18b491351fa1 +RMD160 (Exception-Class-1.23.tar.gz) = eb4021ccbd35519913fbc5027faded0f08748d28 +Size (Exception-Class-1.23.tar.gz) = 16091 bytes |