diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-23 16:30:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-23 16:30:50 +0000 |
commit | 026661169453d8f6b5ecdd14072aad9f271f4996 (patch) | |
tree | b775a170bd4eda2e0efed7be84aff45bbcf016a9 | |
parent | 3cae5c07e4544c1da96152046d82bc602166827f (diff) | |
download | pkgsrc-026661169453d8f6b5ecdd14072aad9f271f4996.tar.gz |
Update to 1.20:
1.20 Jan 1, 2005
- Moved the Classes() method to Exception::Class, now as a function,
which is where it really belongs. Also corrected the docs for this
function, as they incorrectly implied that it would return all
subclasses, instead of just subclasses which were created when loading
Exception::Class.
- Added a Build.PL file, and releases are now signed with
Module::Signature.
- Added ignore_class and ignore_package constructor parameters. Patch
by Daisuke Maki.
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Exception-Class/distinfo | 7 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index fe7268686d7..2e3c35344a3 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -1,23 +1,22 @@ -# $NetBSD: Makefile,v 1.7 2004/12/20 11:30:59 grant Exp $ +# $NetBSD: Makefile,v 1.8 2005/02/23 16:30:50 wiz Exp $ -DISTNAME= Exception-Class-1.19 +DISTNAME= Exception-Class-1.20 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5exc -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://search.cpan.org/author/DROLSKY/Exception-Class-1.14/ +HOMEPAGE= http://search.cpan.org/~drolsky/Exception-Class/ 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-Test-Simple>=0.46:../../devel/p5-Test-Simple -USE_BUILDLINK_ONLY= YES USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Exception/Class/.packlist +PERL5_USES_MODULE_BUILD= YES .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo index 99f0e3136eb..8f8b04c8c8d 100644 --- a/devel/p5-Exception-Class/distinfo +++ b/devel/p5-Exception-Class/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2004/12/05 19:14:18 he Exp $ +$NetBSD: distinfo,v 1.3 2005/02/23 16:30:50 wiz Exp $ -SHA1 (Exception-Class-1.19.tar.gz) = 70e5429f2e85594409b2ec6c66fb1aff00e49aea -Size (Exception-Class-1.19.tar.gz) = 13219 bytes +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 |