软件包: libtest-script-run-perl (0.08-2)
libtest-script-run-perl 的相关链接
Trisquel 的资源:
下载源码包 libtest-script-run-perl:
- [libtest-script-run-perl_0.08-2.dsc]
- [libtest-script-run-perl_0.08.orig.tar.gz]
- [libtest-script-run-perl_0.08-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Niko Tyni
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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.
其他与 libtest-script-run-perl 有关的软件包
|
|
|
-
- dep: libipc-run3-perl
- run a subprocess with input/output redirection
-
- dep: libtest-exception-perl
- module for testing exception-based code
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libstring-shellquote-perl
- module to quote strings for passing through the shell