pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Exception-Class Update to 1.22:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad0d96f14b68
branches:  trunk
changeset: 503590:ad0d96f14b68
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 23 22:08:36 2005 +0000

description:
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:

 devel/p5-Exception-Class/Makefile |  7 +++----
 devel/p5-Exception-Class/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 16d1d13a2e83 -r ad0d96f14b68 devel/p5-Exception-Class/Makefile
--- a/devel/p5-Exception-Class/Makefile Wed Nov 23 22:08:04 2005 +0000
+++ b/devel/p5-Exception-Class/Makefile Wed Nov 23 22:08:36 2005 +0000
@@ -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 @@
 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 -r 16d1d13a2e83 -r ad0d96f14b68 devel/p5-Exception-Class/distinfo
--- a/devel/p5-Exception-Class/distinfo Wed Nov 23 22:08:04 2005 +0000
+++ b/devel/p5-Exception-Class/distinfo Wed Nov 23 22:08:36 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index