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.
