libproc-fastspawn-perl 1.2-2build2 source package in Ubuntu

Changelog

libproc-fastspawn-perl (1.2-2build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:46:58 +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
libproc-fastspawn-perl_1.2.orig.tar.gz 6.2 KiB fd525111e0f5e7de365b226b6b98b928a4293abe4928ed07d94f3aee12af2b2b
libproc-fastspawn-perl_1.2-2build2.debian.tar.xz 2.0 KiB d25b1d60a6f41bf1dc75577d235ad3d68d756257dd0d47193fe2493503d31c39
libproc-fastspawn-perl_1.2-2build2.dsc 2.1 KiB 1a2050c8221732e40bc063d844d7043ce1ea10170ed72d25680b1396603803f5

Available diffs

View changes file

Binary packages built by this source

libproc-fastspawn-perl: module to fork+exec, or spawn, a subprocess as quickly as possible

 The purpose of the small (in scope and footprint) Proc::FastSpawn module is
 simple: spawn a subprocess asynchronously as efficiently and/or fast as
 possible. Basically the same as calling fork+exec (on POSIX), but hopefully
 faster than those two syscalls.
 .
 Apart from fork overhead, this module also allows you to fork+exec programs
 when otherwise you couldn't - for example, when you use POSIX threads in your
 perl process then it generally isn't safe to call fork from perl, but it is
 safe to use this module to execute external processes.

libproc-fastspawn-perl-dbgsym: debug symbols for libproc-fastspawn-perl