SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Proc-Fork rpm build for : OpenSuSE. For other distributions click perl-Proc-Fork.

Name : perl-Proc-Fork
Version : 0.806 Vendor : openSUSE
Release : bp154.1.1 Date : 2021-12-17 08:46:12
Group : Development/Libraries/Perl Source RPM : perl-Proc-Fork-0.806-bp154.1.1.src.rpm
Size : 0.03 MB
Packager : https://bugs_opensuse_org
Summary : simple, intuitive interface to the fork() system call
Description :
This module provides an intuitive, Perl-ish way to write forking programs
by letting you use blocks to illustrate which code section executes in
which fork. The code for the parent, child, retry handler and error handler
are grouped together in a \"fork block\". The clauses may appear in any
order, but they must be consecutive (without any other statements in
between).

All four clauses need not be specified. If the retry clause is omitted,
only one fork will be attempted. If the error clause is omitted the program
will die with a simple message if it can\'t retry. If the parent or child
clause is omitted, the respective (parent or child) process will start
execution after the final clause. So if one or the other only has to do
some simple action, you need only specify that one. For example:


run_fork { child {
exec \'/bin/ls\', \'-l\';
die \"Couldn\'t exec ls: $!\
\";
} };



If the code in any of the clauses does not die or exit, it will continue
execution after the fork block.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Proc-Fork-0.806-bp154.1.1.noarch.rpm
ftp.icm.edu.pl  perl-Proc-Fork-0.806-bp154.1.1.noarch.rpm
     

Provides :
perl(Proc::Fork)
perl-Proc-Fork

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Exporter::Tidy)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Proc
/usr/lib/perl5/vendor_perl/5.26.1/Proc/Fork.pm
/usr/lib/perl5/vendor_perl/5.26.1/Proc/boilerplate.pl
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi
/usr/share/doc/packages/perl-Proc-Fork
/usr/share/doc/packages/perl-Proc-Fork/Changes
/usr/share/doc/packages/perl-Proc-Fork/README
/usr/share/licenses/perl-Proc-Fork
/usr/share/licenses/perl-Proc-Fork/LICENSE
/usr/share/man/man3/Proc::Fork.3pm.gz

 
ICM