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.
This commit is contained in:
parent
ed29f353e5
commit
e8b97fd262
3 changed files with 35 additions and 0 deletions
9
devel/p5-Test-Output/DESCR
Normal file
9
devel/p5-Test-Output/DESCR
Normal file
|
@ -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.
|
21
devel/p5-Test-Output/Makefile
Normal file
21
devel/p5-Test-Output/Makefile
Normal file
|
@ -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"
|
5
devel/p5-Test-Output/distinfo
Normal file
5
devel/p5-Test-Output/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue