Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Proc-Fork-0.806.0-3.mga8 RPM for noarch

From Mageia 8 for x86_64 / media / core / release

Name: perl-Proc-Fork Distribution: Mageia
Version: 0.806.0 Vendor: Mageia.Org
Release: 3.mga8 Build date: Wed Feb 12 14:41:46 2020
Group: Development/Perl Build host: localhost
Size: 39670 Source RPM: perl-Proc-Fork-0.806.0-3.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/Proc-Fork
Summary: Simple, intuitive interface to fork()
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: $!\n";
 } };

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 0.806.0-3.mga8
  + Revision: 1506078
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Thu Sep 20 2018 umeabot <umeabot> 0.806.0-2.mga7
  + Revision: 1285840
  - Mageia 7 Mass Rebuild
* Sat Aug 25 2018 shlomif <shlomif> 0.806.0-1.mga7
  + Revision: 1253973
  - update to 0.806

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 15:38:33 2024