File: control

package info (click to toggle)
libipc-system-simple-perl 1.25-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 252 kB
  • sloc: perl: 839; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,277 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
Source: libipc-system-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libtest-pod-perl,
                     libbsd-resource-perl,
                     libtest-pod-coverage-perl,
                     libtest-perl-critic-perl,
                     libtest-nowarnings-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libipc-system-simple-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libipc-system-simple-perl.git
Homepage: https://metacpan.org/release/IPC-System-Simple

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.