Test::Output - Utilities to test STDOUT and STDERR messages. https://www.cpan.org
Go to file
2024-01-06 09:44:19 +01:00
perl-Test-Output.spec automatic version update by autodist [release 1.034-1mamba;Thu Jul 06 2023] 2024-01-06 09:44:19 +01:00
README.md automatic update by autodist [release 1.02_01-1mamba;Tue Dec 24 2013] 2024-01-06 09:44:18 +01:00

perl-Test-Output

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.