libforks-perl 0.36-3build1 source package in Ubuntu

Changelog

libforks-perl (0.36-3build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 16:32:35 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libforks-perl_0.36.orig.tar.gz 108.5 KiB 61be24e44f4c6fea230e8354678beb5b7adcfefd909a47db8f0a251b0ab65993
libforks-perl_0.36-3build1.debian.tar.xz 4.2 KiB 11cd405a0476f3edbad0413f861cae63e3b8633eb21c65a5688610da0001ae8e
libforks-perl_0.36-3build1.dsc 2.1 KiB dfcd49081ea80488aa4d0edd13c6b6ab10ddf101cd62cd03812c1366335a7229

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