summaryrefslogtreecommitdiff
path: root/devel/p5-Exception-Class
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-11-05 23:22:26 +0000
committerhe <he@pkgsrc.org>2008-11-05 23:22:26 +0000
commit55b804aae9f3ce60eeb3b03d36d805efd28e71e1 (patch)
tree35110652721fe3802f51105c37282df5aa4b9647 /devel/p5-Exception-Class
parent37c52516e5587631f2c8789a00fac90f141011f0 (diff)
downloadpkgsrc-55b804aae9f3ce60eeb3b03d36d805efd28e71e1.tar.gz
Update from version 1.24nb1 to 1.26.
Pkgsrc changes: o Canonicalize HOMEPAGE Upstream changes: 1.26 Oct 25, 2008 - No code changes, just bumped the Devel::StackTrace dependency to 1.20. The changes in 1.25 exposed a bug in Devel::StackTrace which has now been fixed. This caused HTML::Mason test failures, among other things. Reported by Andreas Koenig. 1.25 Oct 21, 2008 - The Exception::Class::Base constructor no longer looks at the associated Devel::StackTrace object's frames. Avoiding looking at the frames should make constructing exception objects much faster. Instead the information based on the stack trace frames - package(), file(), and line() - is only retrieved when it is requested. Patch by Ruslan Zakirov. RT #40221.
Diffstat (limited to 'devel/p5-Exception-Class')
-rw-r--r--devel/p5-Exception-Class/Makefile7
-rw-r--r--devel/p5-Exception-Class/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile
index f12999dcd14..39bea4dc55d 100644
--- a/devel/p5-Exception-Class/Makefile
+++ b/devel/p5-Exception-Class/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.17 2008/10/19 19:17:53 he Exp $
+# $NetBSD: Makefile,v 1.18 2008/11/05 23:22:26 he Exp $
-DISTNAME= Exception-Class-1.24
+DISTNAME= Exception-Class-1.26
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5exc
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/~drolsky/Exception-Class/
+HOMEPAGE= http://search.cpan.org/dist/Exception-Class/
COMMENT= Perl5 module implementing real exception classes
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo
index 77b7dc44416..010d5694539 100644
--- a/devel/p5-Exception-Class/distinfo
+++ b/devel/p5-Exception-Class/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/04/06 15:11:28 heinz Exp $
+$NetBSD: distinfo,v 1.7 2008/11/05 23:22:26 he Exp $
-SHA1 (Exception-Class-1.24.tar.gz) = 17630ba1b13305d4f92ce463f6a68f189d56b269
-RMD160 (Exception-Class-1.24.tar.gz) = f30d9f4a1d7f0c71ba86162b7719f7cd124bbbf7
-Size (Exception-Class-1.24.tar.gz) = 23715 bytes
+SHA1 (Exception-Class-1.26.tar.gz) = e24e67ad5b19266fd5b98023c4bb15df530439d0
+RMD160 (Exception-Class-1.26.tar.gz) = a23ab8c282b7f48495855b3cf6dbc22d5d3c158e
+Size (Exception-Class-1.26.tar.gz) = 24366 bytes