File: control

package info (click to toggle)
libproc-fork-perl 0.807-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 136 kB
  • sloc: perl: 165; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,048 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
Source: libproc-fork-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libexporter-tidy-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libproc-fork-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libproc-fork-perl.git
Homepage: https://metacpan.org/release/Proc-Fork
Rules-Requires-Root: no

Package: libproc-fork-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libexporter-tidy-perl
Description: Perl interface to the fork() system call
 Proc::Fork provides an intuitive, Perl-ish way to write forking
 programs by facilitating the use of blocks to illustrate which code
 section executes in which fork.