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
|
Source: libipc-system-simple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libtest-pod-perl, libbsd-resource-perl,
libtest-pod-coverage-perl, libtest-perl-critic-perl,
libtest-nowarnings-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeremiah C. Foster <jeremiah@jeremiahfoster.com>,
gregor herrmann <gregoa@debian.org>,
Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/IPC-System-Simple
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libipc-system-simple-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libipc-system-simple-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libipc-system-simple-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl module to run commands simply, with detailed diagnostics
IPC::System::Simple takes the hard work out of calling external commands; it
provides replacements for system() and the backtick operator that will either
succeed, or die with rich diagnostic messages on errors.
.
The module also includes the ability to specify acceptable exit values, trap
errors, or process diagnostics.
|