File: control

package info (click to toggle)
libtest-script-run-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 240 kB
  • ctags: 181
  • sloc: perl: 2,474; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: libtest-script-run-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christine Spang <christine@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Nicholas Bamber <nicholas@periapt.co.uk>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl,
                     libtest-exception-perl,
                     libipc-run3-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-script-run-perl.git
Vcs-Git: git://anonscm.debian.org/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.