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

perl-Proc-Fork-0.808.0-1.mga9 RPM for noarch

From Mageia Cauldron for i586 / media / core / release

Name: perl-Proc-Fork Distribution: Mageia
Version: 0.808.0 Vendor: Mageia.Org
Release: 1.mga9 Build date: Mon Sep 5 10:53:02 2022
Group: Development/Perl Build host: localhost
Size: 38862 Source RPM: perl-Proc-Fork-0.808.0-1.mga9.src.rpm
Packager: tv <tv>
Url: https://metacpan.org/release/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

* Mon Sep 05 2022 tv <tv> 0.808.0-1.mga9
  + Revision: 1884076
  - update to 0.808
* Sat Aug 13 2022 tv <tv> 0.807.0-1.mga9
  + Revision: 1877359
  - update to 0.807
* Mon Mar 21 2022 umeabot <umeabot> 0.806.0-4.mga9
  + Revision: 1810106
  - Mageia 9 Mass Rebuild

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 10:16:32 2024