Name : perl-forks
| |
Version : 0.36
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 4.127
| Date : 2018-08-04 13:27:07
|
Group : Development/Libraries/Perl
| Source RPM : perl-forks-0.36-4.127.src.rpm
|
Size : 0.31 MB
| |
Packager : (none)
| |
Summary : Drop-in replacement for Perl threads using fork()
|
Description :
The \"forks\" pragma allows a developer to use threads without having to have a threaded perl, or to even run 5.8.0 or higher.
Refer to the the threads manpage module for ithreads API documentation. Also, use
perl -Mforks -e \'print $threads::VERSION\'
to see what version of the threads manpage you should refer to regarding supported API features.
There were a number of goals that I am trying to reach with this implementation.
Using this module *only* makes sense if you run on a system that has an implementation of the \'fork\' function by the Operating System. Windows is currently the only known system on which Perl runs which does *not* have an implementation of \'fork\'. Therefore, it *doesn\'t* make any sense to use this module on a Windows system. And therefore, a check is made during installation barring you from installing on a Windows system.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/i586 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(forks)
perl(forks::shared)
perl(threads::shared::array)
perl(threads::shared::handle)
perl(threads::shared::hash)
perl(threads::shared::scalar)
perl-forks
perl-forks(x86-32)
Requires :