[ 原始碼: libtest-script-run-perl ]
套件:libtest-script-run-perl(0.08-2)
libtest-script-run-perl 的相關連結
Debian 的資源:
下載原始碼套件 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]
維護小組:
外部的資源:
- 主頁 [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