1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libproc-simple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
Nathan Handler <nhandler@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Proc-Simple
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libproc-simple-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libproc-simple-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libproc-simple-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl interface to launch and control background processes
The Proc::Simple package provides objects mimicing real-life processes from a
user's point of view.
.
Either external programs or perl subroutines can be launched and
controlled as processes in the background.
|