pkgsrc/devel/p5-Test-Command-Simple/DESCR
pettai 068d7529f3 This test module is intended to simplify testing of external commands.
It does so by running the command under IPC::Open3, closing the stdin
immediately, and reading everything from the command's stdout and stderr.
It then makes the output available to be tested.
2012-05-04 23:34:24 +00:00

4 lines
264 B
Text

This test module is intended to simplify testing of external commands.
It does so by running the command under IPC::Open3, closing the stdin
immediately, and reading everything from the command's stdout and stderr.
It then makes the output available to be tested.