ports/devel/p5-Test-Command-Simple/pkg/DESCR

5 lines
264 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.