Source: libtest-script-run-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni Section: perl Rules-Requires-Root: no Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl, libtest-exception-perl, libipc-run3-perl Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-script-run-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-script-run-perl.git Homepage: https://metacpan.org/release/Test-Script-Run Package: libtest-script-run-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libtest-exception-perl, libipc-run3-perl Recommends: libstring-shellquote-perl Description: Perl module for testing scripts as subprocesses Test::Script::Run provides Test::More-compatible subroutines for testing scripts in a Perl module distribution's bin/ directory using IPC::Run3 to spawn the scripts as subprocesses. . Subroutines are provided for running scripts and simply checking that the return value is good, as well as capturing a script's STDOUT and STDERR and comparing against expected output.