libbsd-resource-perl 1.2904-1build1 source package in Ubuntu

Changelog

libbsd-resource-perl (1.2904-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sat, 07 May 2011 01:50:55 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libbsd-resource-perl_1.2904.orig.tar.gz 58.0 KiB 7ec582b361cbfae0c48b8773936f1e6e32ea53ee7329ba704c6c10c25fb7108a
libbsd-resource-perl_1.2904-1build1.diff.gz 3.1 KiB 4464c9928ef28d48263c4760cabfe3e7f70b0b0d55fd1164709fb3136361b41e
libbsd-resource-perl_1.2904-1build1.dsc 2.2 KiB 79aaec374270a4888cbe6eb2af503d867d26bc78ae8a7c1f22df194b54494061

Available diffs

View changes file

Binary packages built by this source

libbsd-resource-perl: 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.