Source: libbsd-resource-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , gregor herrmann , Franck Joncourt , Damyan Ivanov , Salvatore Bonaccorso Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: perl, debhelper (>= 9.20120312), libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbsd-resource-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbsd-resource-perl.git Homepage: https://metacpan.org/release/BSD-Resource 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.