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-bp154.1.14 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: perl-Proc-Fork Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.806 Vendor: openSUSE
Release: bp154.1.14 Build date: Mon May 9 11:27:52 2022
Group: Development/Libraries/Perl Build host: lamb26
Size: 35112 Source RPM: perl-Proc-Fork-0.806-bp154.1.14.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Proc-Fork/
Summary: Simple, Intuitive Interface to the Fork() System Call
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";
 } };
 
 

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

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Sat Aug 25 2018 coolo@suse.com
  - updated to 0.806
    see /usr/share/doc/packages/perl-Proc-Fork/Changes
    0.806 Fri 24 Aug 2018
    - No functional changes
    - Documentation server example fix, spotted by Shoichi Kaji
* Wed Aug 22 2018 coolo@suse.com
  - updated to 0.805
    see /usr/share/doc/packages/perl-Proc-Fork/Changes
    0.805 Tue 21 Aug 2018
    - No functional changes
    - No compile test and no test dependencies any more
* Tue Apr 14 2015 coolo@suse.com
  - updated to 0.804
    see /usr/share/doc/packages/perl-Proc-Fork/Changes
* Mon Jun 10 2013 coolo@suse.com
  - updated to 0.802
    No monkeying with C<bless>, also dropped dependencies on Object::Tiny::Lvalue and Scalar::Util.
    Figured out how to add the credit to Eric Roode for the docs back into the POD under Pod::Weaver.
    All operation and error checking is now in a single function.
* Fri Nov 18 2011 coolo@suse.com
  - use original .tar.gz
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
  - remove /var/adm/perl-modules
* Mon Jan 25 2010 anicka@suse.cz
  - update to 0.71
    * Completely new internal structure; modified API, now with a
    C<run_fork> wrapper.
    * L<Exporter::Tidy> replaces some local code.
    * POD examples extracted and provided as files in an F<eg/> directory.
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Mon Feb 26 2007 pkirsch@suse.de
  - initial package

Files

/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/x86_64-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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024