liblinux-pid-perl 0.04-2build2 source package in Ubuntu

Changelog

liblinux-pid-perl (0.04-2build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:44:29 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
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-2build2.debian.tar.xz 1.9 KiB 4884292c78d80d49b434e31642b5a2172f6718020f89c8734f7840d7578902d8
liblinux-pid-perl_0.04-2build2.dsc 2.1 KiB 37348b3bf2c0710c3319961d7e7a905a15fc7c488acea9c19549644f5fc90c80

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 liblinux-pid-perl