Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Proc-Fork

Project: openSUSE_13.2

Repository: oss

Title: 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: $!\n";
} };



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

Version: 0.802

Release: 4.1.3

Architecture: noarch

Size: 20.2 KB

Build Time: 2014-10-06 16:47:32 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Proc::Fork) = 0.802
perl-Proc-Fork = 0.802-4.1.3

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Exporter::Tidy) perl-Exporter-Tidy