1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/p5-Test-Output/pkg-descr
Cheng-Lung Sung 485a228c0a Add p5-Test-Output 0.10, utilities to test STDOUT and STDERR messages.
PR:		ports/100515
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-19 08:04:17 +00:00

12 lines
468 B
Plaintext

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.
WWW: http://search.cpan.org/dist/Test-Output/