diff options
author | he <he@pkgsrc.org> | 2008-08-05 10:24:10 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-05 10:24:10 +0000 |
commit | 6aeb1861a8b09d76fa7c7a47249948efe6da237f (patch) | |
tree | a72d2b6a7831d9a88f1288c1ba6023b754ab21a3 /devel/p5-Test-Output | |
parent | e6f3f1954c1b41428088df09e44be09dc9933717 (diff) | |
download | pkgsrc-6aeb1861a8b09d76fa7c7a47249948efe6da237f.tar.gz |
Import p5-Test-Output version 0.10.
Test::Output provides a simple interface for testing output sent
to STDOUT or STDERR. A number of different utilies are included to
try and be as flexible as possible to the tester.
Originally this module was designed not to have external requirements,
however, the features provided by Sub::Exporter over what Exporter
provides is just to great to pass up.
Test::Output ties STDOUT and STDERR using Test::Output::Tie.
Diffstat (limited to 'devel/p5-Test-Output')
-rw-r--r-- | devel/p5-Test-Output/DESCR | 9 | ||||
-rw-r--r-- | devel/p5-Test-Output/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Test-Output/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Test-Output/DESCR b/devel/p5-Test-Output/DESCR new file mode 100644 index 00000000000..e554c245aa8 --- /dev/null +++ b/devel/p5-Test-Output/DESCR @@ -0,0 +1,9 @@ +Test::Output provides a simple interface for testing output sent +to STDOUT or STDERR. A number of different utilies are included to +try and be as flexible as possible to the tester. + +Originally this module was designed not to have external requirements, +however, the features provided by Sub::Exporter over what Exporter +provides is just to great to pass up. + +Test::Output ties STDOUT and STDERR using Test::Output::Tie. diff --git a/devel/p5-Test-Output/Makefile b/devel/p5-Test-Output/Makefile new file mode 100644 index 00000000000..4673828be58 --- /dev/null +++ b/devel/p5-Test-Output/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/05 10:24:10 he Exp $ + +DISTNAME= Test-Output-0.10 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5to +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test-Output/ +COMMENT= Utilities to test STDOUT and STDERR messages + +DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter +DEPENDS+= p5-Test-Tester>=0.103:../../devel/p5-Test-Tester + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Test/Output/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Output/distinfo b/devel/p5-Test-Output/distinfo new file mode 100644 index 00000000000..db3496c1d0f --- /dev/null +++ b/devel/p5-Test-Output/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/05 10:24:10 he Exp $ + +SHA1 (Test-Output-0.10.tar.gz) = 9e13f7a7f91e70a89284f540adff7cef91688323 +RMD160 (Test-Output-0.10.tar.gz) = 7cb6fe8eece7fb6b74b4a0f4ee5efacfe023ea6a +Size (Test-Output-0.10.tar.gz) = 9838 bytes |