p5-Test-Command-Simple
simplify testing of external commands
WWW CVSWeb GITHub-
Package versionp5-Test-Command-Simple-0.05p1
-
MaintainerThe OpenBSD ports mailing-list
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.