SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-threads rpm build for : PCLinuxOS. For other distributions click perl-threads.

Name : perl-threads
Version : 2.20.0 Vendor : (none)
Release : 5pclos2017 Date : 2017-07-11 19:54:51
Group : Development/Perl Source RPM : perl-threads-2.20.0-5pclos2017.src.rpm
Size : 0.22 MB
Packager : bb2 < bb2>
Summary : Perl interpreter-based threads
Description :
Perl 5.6 introduced something called interpreter threads. Interpreter
threads are different from _5005threads_ (the thread model of Perl 5.005)
by creating a new Perl interpreter per thread, and not sharing any data or
state between threads by default.

Prior to Perl 5.8, this has only been available to people embedding Perl,
and for emulating fork() on Windows.

The _threads_ API is loosely based on the old Thread.pm API. It is very
important to note that variables are not shared between threads, all
variables are by default thread local. To use shared variables one must
also use the threads::shared manpage:

RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-threads-2.20.0-5pclos2017.x86_64.rpm
     

Provides :
threads.so()(64bit)
perl-threads
perl-threads(x86-64)

Requires :
libc.so.6()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
perlapi-5.22.3
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
perl-base => 5.22.3
libperl.so()(64bit)
rpmlib(PayloadIsXz) <= 5.2-1
libperl.so.5.22()(64bit)
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0()(64bit)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/threads
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/threads/threads.so
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/threads.pm
/usr/share/doc/perl-threads
/usr/share/doc/perl-threads/Changes
/usr/share/doc/perl-threads/META.json
/usr/share/doc/perl-threads/META.yml
/usr/share/doc/perl-threads/MYMETA.yml
/usr/share/doc/perl-threads/README
/usr/share/doc/perl-threads/examples
/usr/share/doc/perl-threads/examples/pool.pl
/usr/share/doc/perl-threads/examples/pool_reuse.pl
/usr/share/man/man3/threads.3pm.bz2

 
ICM