libforks-perl 0.36-2build7 source package in Ubuntu

Changelog

libforks-perl (0.36-2build7) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:54:23 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Downloads

File Size SHA-256 Checksum
libforks-perl_0.36.orig.tar.gz 108.5 KiB 61be24e44f4c6fea230e8354678beb5b7adcfefd909a47db8f0a251b0ab65993
libforks-perl_0.36-2build7.debian.tar.xz 4.3 KiB 578fb9ae4cc1d1c71cb396f0d9ebb440d44a5637bf16964eadf6cbea49d18262
libforks-perl_0.36-2build7.dsc 2.2 KiB 8c6e67d157f3957f553535e4571d75e15ca5e5f8851cdebe67d1dff7fcaec7c1

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: No summary available for libforks-perl-dbgsym in ubuntu kinetic.

No description available for libforks-perl-dbgsym in ubuntu kinetic.