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

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:52:52 +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-2build3.debian.tar.xz 2.0 KiB 1c028cf708cbce8752088cabf39f8ffe79403caacd873c4183576cb650db6117
libproc-fastspawn-perl_1.2-2build3.dsc 2.1 KiB 66131ed9dba05af59ea71f0c549f513b120353c44e4868ac56b982556e4dee4f

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