blob: 28dfcd5feddecd75388b944841e645c84ed1b86a (
plain)
1
2
3
4
|
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.
|