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.
This commit is contained in:
parent
3cae5c07e4
commit
0266611694
2 changed files with 8 additions and 8 deletions
|
@ -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}
|
PKGNAME= p5-${DISTNAME}
|
||||||
SVR4_PKGNAME= p5exc
|
SVR4_PKGNAME= p5exc
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
|
||||||
|
|
||||||
MAINTAINER= tech-pkg@NetBSD.org
|
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
|
COMMENT= Perl5 module implementing real exception classes
|
||||||
|
|
||||||
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
|
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.10:../../devel/p5-Devel-StackTrace
|
||||||
DEPENDS+= p5-Test-Simple>=0.46:../../devel/p5-Test-Simple
|
DEPENDS+= p5-Test-Simple>=0.46:../../devel/p5-Test-Simple
|
||||||
|
|
||||||
USE_BUILDLINK_ONLY= YES
|
|
||||||
USE_BUILDLINK3= YES
|
USE_BUILDLINK3= YES
|
||||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Exception/Class/.packlist
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Exception/Class/.packlist
|
||||||
|
PERL5_USES_MODULE_BUILD= YES
|
||||||
|
|
||||||
.include "../../lang/perl5/module.mk"
|
.include "../../lang/perl5/module.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -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
|
SHA1 (Exception-Class-1.20.tar.gz) = 493e277828655ce4e44eea3c8f758e0c80897b18
|
||||||
Size (Exception-Class-1.19.tar.gz) = 13219 bytes
|
RMD160 (Exception-Class-1.20.tar.gz) = 9ae090ad6a849c04b6736313d1bea766075939c6
|
||||||
|
Size (Exception-Class-1.20.tar.gz) = 15121 bytes
|
||||||
|
|
Loading…
Reference in a new issue