libforks-perl 0.36-3build2 source package in Ubuntu

Changelog

libforks-perl (0.36-3build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:07:35 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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
libforks-perl_0.36.orig.tar.gz 108.5 KiB 61be24e44f4c6fea230e8354678beb5b7adcfefd909a47db8f0a251b0ab65993
libforks-perl_0.36-3build2.debian.tar.xz 4.3 KiB a65fac319a0c764c699172d507edba4afdc3d1e763f91524decdbd0f679cf8fc
libforks-perl_0.36-3build2.dsc 2.1 KiB aa0f95678802d3ad0e85b757906f559c2d7c0dbb3c8a996249e60e8c467c1670

Available diffs

View changes file

Binary packages built by this source

libforks-perl: Perl module to emulate threads with fork

 The forks.pm module is a drop-in replacement for threads.pm. It has the
 same syntax as the threads.pm module (it even takes over its namespace) but
 has some significant differences:
 .
  - you do _not_ need a special (threaded) version of Perl
  - it is _much_ more economic with memory usage on OS's that support COW
  - it is more efficient in the startup of threads
  - it is slightly less efficient in the stopping of threads
  - it is less efficient in inter-thread communication
 .
 If nothing else, it allows you to use the Perl threading model in
 non-threaded Perl builds and in older versions of Perl (5.6.0 and
 higher are supported).

libforks-perl-dbgsym: debug symbols for libforks-perl