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 p5-Exception-Class fro...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2a4abb3ece8c
branches: trunk
changeset: 485292:2a4abb3ece8c
user: he <he%pkgsrc.org@localhost>
date: Sun Dec 05 19:14:18 2004 +0000
description:
Update p5-Exception-Class from version 1.14 to 1.19.
Add DEPENDS on p5-Test-Simple, and update p5-Devel-StackTrace dependency.
Change log:
1.19 Mar 10, 2004
- Identical to 1.18 except that it requires Devel::StackTrace 1.10,
which fixes a failure in this package's test when run with Perl 5.6.1.
Reported by Jesse Erlbaum.
1.18 Feb 21, 2004
- Added RespectOverload class method, which can be used to control the
respect_overload parameter for Devel::StackTrace objects.
1.17 Feb 20, 2004
- Document that new() is always called to create an
Exception::Class::Base object. Suggested by Steve Hay.
- Fix a test that failed with Devel::StackTrace 1.05. Basically, the
test expected output from Devel::StackTrace that reflected a bug that
was fixed in 1.05. Reported by Jesse Vincent.
1.16 Sep 25, 2003
- David Wheeler's patch exposed a bug in Devel::StackTrace which could
cause exceptions to not have any value set for package, file, or line.
This is fixed by depending on Devel::StackTrace 1.04. This release is
otherwise identical to 1.15. Reported by Steve Hay.
1.15 Sep 17, 2003
- Exceptions thrown from an alias subroutine always had
"Exception::Class" as their package name. Patch by David Wheeler.
diffstat:
devel/p5-Exception-Class/Makefile | 7 ++++---
devel/p5-Exception-Class/distinfo | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r fc99f9523f73 -r 2a4abb3ece8c devel/p5-Exception-Class/Makefile
--- a/devel/p5-Exception-Class/Makefile Sun Dec 05 19:06:53 2004 +0000
+++ b/devel/p5-Exception-Class/Makefile Sun Dec 05 19:14:18 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2004/04/27 04:59:42 snj Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/05 19:14:18 he Exp $
-DISTNAME= Exception-Class-1.14
+DISTNAME= Exception-Class-1.19
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5exc
CATEGORIES= devel perl5
@@ -11,7 +11,8 @@
COMMENT= Perl5 module implementing real exception classes
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
-DEPENDS+= p5-Devel-StackTrace>=1.03:../../devel/p5-Devel-StackTrace
+DEPENDS+= p5-Devel-StackTrace>=1.10:../../devel/p5-Devel-StackTrace
+DEPENDS+= p5-Test-Simple>=0.46:../../devel/p5-Test-Simple
USE_BUILDLINK_ONLY= YES
USE_BUILDLINK3= YES
diff -r fc99f9523f73 -r 2a4abb3ece8c devel/p5-Exception-Class/distinfo
--- a/devel/p5-Exception-Class/distinfo Sun Dec 05 19:06:53 2004 +0000
+++ b/devel/p5-Exception-Class/distinfo Sun Dec 05 19:14:18 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/08/30 19:00:01 he Exp $
+$NetBSD: distinfo,v 1.2 2004/12/05 19:14:18 he Exp $
-SHA1 (Exception-Class-1.14.tar.gz) = 41249fe296c8506b3405665fae3fd746a99b2346
-Size (Exception-Class-1.14.tar.gz) = 12519 bytes
+SHA1 (Exception-Class-1.19.tar.gz) = 70e5429f2e85594409b2ec6c66fb1aff00e49aea
+Size (Exception-Class-1.19.tar.gz) = 13219 bytes
Home |
Main Index |
Thread Index |
Old Index