From e4c7726406608723cbfe15d82e7ae483254c570a Mon Sep 17 00:00:00 2001 From: mjl Date: Thu, 2 Jan 2003 15:19:17 +0000 Subject: Import of p5-Test-Inline 0.15 Test::Inline is a way to embed tests in the same file as your source code rather than in a seperate file. The idea is, the closer your tests are to your code and docs, the more likely you'll keep them up to date. --- devel/p5-Test-Inline/DESCR | 3 +++ devel/p5-Test-Inline/Makefile | 19 +++++++++++++++++++ devel/p5-Test-Inline/PLIST | 1 + devel/p5-Test-Inline/distinfo | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 devel/p5-Test-Inline/DESCR create mode 100644 devel/p5-Test-Inline/Makefile create mode 100644 devel/p5-Test-Inline/PLIST create mode 100644 devel/p5-Test-Inline/distinfo (limited to 'devel/p5-Test-Inline') diff --git a/devel/p5-Test-Inline/DESCR b/devel/p5-Test-Inline/DESCR new file mode 100644 index 00000000000..2b8ad5ed981 --- /dev/null +++ b/devel/p5-Test-Inline/DESCR @@ -0,0 +1,3 @@ +Test::Inline is a way to embed tests in the same file as your source code +rather than in a seperate file. The idea is, the closer your tests are to +your code and docs, the more likely you'll keep them up to date. diff --git a/devel/p5-Test-Inline/Makefile b/devel/p5-Test-Inline/Makefile new file mode 100644 index 00000000000..f48c6bd6690 --- /dev/null +++ b/devel/p5-Test-Inline/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/02 15:19:17 mjl Exp $ + +DISTNAME= Test-Inline-0.15 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tin +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= packages@netbsd.org +COMMENT= Inlining your tests next to the code being tested + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Inline/.packlist + +DEPENDS+= p5-Test-Simple>=0.33:../p5-Test-Simple +DEPENDS+= p5-Test-Harness>=1.22:../p5-Test-Harness + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Inline/PLIST b/devel/p5-Test-Inline/PLIST new file mode 100644 index 00000000000..ebb4237e959 --- /dev/null +++ b/devel/p5-Test-Inline/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/02 15:19:17 mjl Exp $ diff --git a/devel/p5-Test-Inline/distinfo b/devel/p5-Test-Inline/distinfo new file mode 100644 index 00000000000..802213478df --- /dev/null +++ b/devel/p5-Test-Inline/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/02 15:19:17 mjl Exp $ + +SHA1 (Test-Inline-0.15.tar.gz) = 7534cd7707a9a99e9fa4b3b42ae0ce7f9805e186 +Size (Test-Inline-0.15.tar.gz) = 14074 bytes -- cgit v1.2.3