libforks-perl 0.36-2build3 source package in Ubuntu

Changelog

libforks-perl (0.36-2build3) artful; urgency=medium

  * No-change rebuild for perl 5.26.0.

 -- Matthias Klose <email address hidden>  Wed, 26 Jul 2017 20:27:39 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libforks-perl_0.36.orig.tar.gz 108.5 KiB 61be24e44f4c6fea230e8354678beb5b7adcfefd909a47db8f0a251b0ab65993
libforks-perl_0.36-2build3.debian.tar.xz 4.2 KiB b8f2bbde3423037f41ca0bad948d7eec6d88ddb5403d1b3c48f99e48352a3278
libforks-perl_0.36-2build3.dsc 2.1 KiB 879277393dbb549745f2e580e38b5ac2d43d443db9fc103ef3444f6a13fe0af4

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 disco.

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