liblinux-pid-perl 0.04-1build1 source package in Ubuntu

Changelog

liblinux-pid-perl (0.04-1build1) utopic; urgency=medium

  * Rebuild for Perl 5.20.0.
 -- Colin Watson <email address hidden>   Wed, 20 Aug 2014 12:28: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
liblinux-pid-perl_0.04.orig.tar.gz 2.2 KiB f2ac2444a74e762783bbd36c486352f96340434d34ae7926d6ab234966540f49
liblinux-pid-perl_0.04-1build1.debian.tar.gz 1.6 KiB 2f4db0e6e3565f388ed52770e2e08621e26f8ac853f490d106aedb82d4ca4bbb
liblinux-pid-perl_0.04-1build1.dsc 2.1 KiB abab8dece9b6ee5a0b055cd94b00201a747999eda159aca17b11aca696ebeff0

Available diffs

View changes file

Binary packages built by this source

liblinux-pid-perl: wrapper around the getpid() and getppid() C functions

 Perl already returns the PID and PPID in variables and builtins. Linux::Pid
 forces perl to call the underlying C functions getpid() and getppid().
 .
 This is useful with multithreaded programs. Linux' C library, using the Linux
 thread model, returns different values of the PID and the PPID from different
 threads.
 .
 A known consumer of this functionality is Apache2::SizeLimit (in
 libapache2-mod-perl2).

liblinux-pid-perl-dbgsym: debug symbols for package liblinux-pid-perl

 Perl already returns the PID and PPID in variables and builtins. Linux::Pid
 forces perl to call the underlying C functions getpid() and getppid().
 .
 This is useful with multithreaded programs. Linux' C library, using the Linux
 thread model, returns different values of the PID and the PPID from different
 threads.
 .
 A known consumer of this functionality is Apache2::SizeLimit (in
 libapache2-mod-perl2).