File: control

package info (click to toggle)
libbsd-resource-perl 1.2907-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 364 kB
  • ctags: 741
  • sloc: perl: 115; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,303 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: libbsd-resource-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
 gregor herrmann <gregoa@debian.org>,
 Franck Joncourt <franck.mail@dthconnex.com>,
 Damyan Ivanov <dmn@debian.org>,
 Salvatore Bonaccorso <carnil@debian.org>,
 Jonathan Steinert <deb@hachi.kuiki.net>
Section: perl
Priority: optional
Standards-Version: 3.9.4
Build-Depends: perl, debhelper (>= 9.20120312),
 libtest-pod-perl, libtest-pod-coverage-perl
Homepage: https://metacpan.org/release/BSD-Resource/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libbsd-resource-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbsd-resource-perl.git

Package: libbsd-resource-perl
Architecture: any
Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: BSD process resource limit and priority functions
 The BSD::Resource module provides the BSD process resource limit functions
 getrusage(), getrlimit(), setrlimit() and the BSD process priority functions.
 .
 These are also available via core Perl but here the PRIO_* constants are
 available: getpriority(), setpriority().
 .
 Also provided is times() which provides the same functionality as the one
 in core Perl, only with better time resolution.