diff options
author | he <he@pkgsrc.org> | 2004-12-05 19:14:18 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-12-05 19:14:18 +0000 |
commit | bbd5560895b11762fad1af9661c6277ffe63f890 (patch) | |
tree | 08bfb4d0d7b93ebecb785697681930196eebc719 /devel | |
parent | 4bf1bf8b5eaaa1cc6e75f21bc2f486542d01b7e6 (diff) | |
download | pkgsrc-bbd5560895b11762fad1af9661c6277ffe63f890.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Exception-Class/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 0314905c2dd..41e10409e13 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -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 @@ HOMEPAGE= http://search.cpan.org/author/DROLSKY/Exception-Class-1.14/ 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 --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo index 3fd3fb74698..99f0e3136eb 100644 --- a/devel/p5-Exception-Class/distinfo +++ b/devel/p5-Exception-Class/distinfo @@ -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 |