diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-28 06:40:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 07:17:12 +0700 |
commit | 7bfb64992e37ede887c7b50680806fda530cc8cb (patch) | |
tree | de5403f71220b0faad6380c84593c6c727e75b0f /perl/perl-Test-Output/README | |
parent | a7099e898dbf9d381bb9ceb5deeef61f24ef2381 (diff) |
perl/perl-Test-Output: Added (Utilities to test STDOUT and STDERR).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-Output/README')
-rw-r--r-- | perl/perl-Test-Output/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Test-Output/README b/perl/perl-Test-Output/README new file mode 100644 index 0000000000000..f38b0e74eaf44 --- /dev/null +++ b/perl/perl-Test-Output/README @@ -0,0 +1,5 @@ +perl-Test-Output (Utilities to test STDOUT and STDERR messages.) + +Test::Output provides a simple interface for testing output sent to +STDOUT or STDERR. A number of different utilities are included to try +and be as flexible as possible to the tester. |