diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 17:28:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 17:28:59 +0000 |
commit | 4a1d1170415b1d94134d24a1c34710064feeec07 (patch) | |
tree | 84fbfa3c9d0ec9956e2012e50e19b8aa1a78d140 /devel | |
parent | ec3d4f419b8d597ad1690e0343fe5614bf9cbdd2 (diff) | |
download | pkgsrc-4a1d1170415b1d94134d24a1c34710064feeec07.tar.gz |
Initial import of p5-Test-Exception-0.20:
This module provides a few convenience methods for testing exception
based code. It is built with Test::Builder and plays happily with
Test::More and friends.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Exception/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Test-Exception/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Test-Exception/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Test-Exception/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Test-Exception/DESCR b/devel/p5-Test-Exception/DESCR new file mode 100644 index 00000000000..daeece33cc2 --- /dev/null +++ b/devel/p5-Test-Exception/DESCR @@ -0,0 +1,3 @@ +This module provides a few convenience methods for testing exception +based code. It is built with Test::Builder and plays happily with +Test::More and friends. diff --git a/devel/p5-Test-Exception/Makefile b/devel/p5-Test-Exception/Makefile new file mode 100644 index 00000000000..46e29e690d1 --- /dev/null +++ b/devel/p5-Test-Exception/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/19 17:28:59 wiz Exp $ +# + +DISTNAME= Test-Exception-0.20 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test-Exception/ +COMMENT= Test exception based code + +DEPENDS+= p5-Sub-Uplevel-[0-9]*:../../devel/p5-Sub-Uplevel + +USE_BUILDLINK3= yes +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Exception/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Exception/PLIST b/devel/p5-Test-Exception/PLIST new file mode 100644 index 00000000000..052b4774a8f --- /dev/null +++ b/devel/p5-Test-Exception/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/19 17:28:59 wiz Exp $ diff --git a/devel/p5-Test-Exception/distinfo b/devel/p5-Test-Exception/distinfo new file mode 100644 index 00000000000..44b8f0f5fe1 --- /dev/null +++ b/devel/p5-Test-Exception/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/19 17:28:59 wiz Exp $ + +SHA1 (Test-Exception-0.20.tar.gz) = 263697301fb11f4669aa010a00b373833e27a361 +Size (Test-Exception-0.20.tar.gz) = 9428 bytes |