You are here: Home / LBN / Up2date / Core Linux / BastionLinux 13 / perl-threads-1.86-239.lbn13.armv6hl

perl-threads-1.86-239.lbn13.armv6hl

Package Attributes
RPM  perl-threads-1.86-239.lbn13.armv6hl.rpm Architecture  armv6hl Size  187662 Created  2017/08/04 11:25:18 UTC
Package Specification
Summary Perl interpreter-based threads
Group Development/Libraries
License GPL+ or Artistic
Home Page http://www.perl.org/
Description

Since Perl 5.8, thread programming has been available using a model called interpreter threads which provides a new Perl interpreter for each thread, and, by default, results in no data or state information being shared between threads.

(Prior to Perl 5.8, 5005threads was available through the Thread.pm API. This threading model has been deprecated, and was removed as of Perl 5.10.0.)

As just mentioned, all variables are, by default, thread local. To use shared variables, you need to also load threads::shared.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(CompressedFileNames)  
libpthread.so.0  
libc.so.6  
Provides
perl(threads)
perl-threads
perl-threads(armv6hl-32)

Document Actions