libbsd-resource-perl 1.2907-1build2 source package in Ubuntu

Changelog

libbsd-resource-perl (1.2907-1build2) utopic; urgency=medium

  * Rebuild for Perl 5.20.0.
 -- Colin Watson <email address hidden>   Tue, 19 Aug 2014 17:51:32 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libbsd-resource-perl_1.2907.orig.tar.gz 65.1 KiB 832e43d9bcf33e942d90266c60843d13421539730c28eebb24f5e362804026ff
libbsd-resource-perl_1.2907-1build2.debian.tar.gz 7.1 KiB 9d33ff6051737b295a3cfb2107d92939734f933e52ce4d8e09aa3eb06029cf40
libbsd-resource-perl_1.2907-1build2.dsc 2.3 KiB 8b935f12d7f37194c7f5e7e202fac8607d4878c3c4eb42f5e07e79c8703d8c38

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.