SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Proc-Fork
Version : 0.806.0 Vendor : Mageia_Org
Release : 3.mga8 Date : 2020-02-12 14:41:46
Group : Development/Perl Source RPM : perl-Proc-Fork-0.806.0-3.mga8.src.rpm
Size : 0.04 MB
Packager : umeabot < umeabot>
Summary : Simple, intuitive interface to fork()
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: $!\
\";
} };

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/i586/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Proc-Fork-0.806.0-3.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Proc-Fork-0.806.0-3.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Proc-Fork-0.806.0-3.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Proc-Fork-0.806.0-3.mga8.noarch.rpm
     

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

Requires :
perl >= 0:5.006
perl(Carp)
perl(Exporter::Tidy)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-Proc-Fork
/usr/share/doc/perl-Proc-Fork/Changes
/usr/share/doc/perl-Proc-Fork/LICENSE
/usr/share/doc/perl-Proc-Fork/META.json
/usr/share/doc/perl-Proc-Fork/META.yml
/usr/share/doc/perl-Proc-Fork/MYMETA.yml
/usr/share/doc/perl-Proc-Fork/README
/usr/share/doc/perl-Proc-Fork/eg
/usr/share/doc/perl-Proc-Fork/eg/daemon.pl
/usr/share/doc/perl-Proc-Fork/eg/multichild.pl
/usr/share/doc/perl-Proc-Fork/eg/server.pl
/usr/share/doc/perl-Proc-Fork/eg/simple.pl
/usr/share/man/man3/Proc::Fork.3pm.xz
/usr/share/perl5/vendor_perl/Proc
/usr/share/perl5/vendor_perl/Proc/Fork.pm
/usr/share/perl5/vendor_perl/Proc/boilerplate.pl

 
ICM