SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Proc-Short rpm build for : openSUSE Tumbleweed. For other distributions click perl-Proc-Short.

Name : perl-Proc-Short
Version : 0.01 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 7.68 Date : 2024-08-05 18:34:41
Group : Development/Libraries/Perl Source RPM : perl-Proc-Short-0.01-7.68.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Return Short System Calls with Options
Description :
The Proc::Short is intended to be an extension of the backticks operator in
PERL which incorporates a number of options, including collecting STDOUT
and STDERR separately -- plus timeout and automatic retries. A new process
object is created by

$myproc = Proc::Short->new();

The default will timeout after 30 seconds (_timeout_) for each attempt,
will try a process up to 10 times, with 5 seconds between each try. Either
shell-like command lines or references to perl subroutines can be specified
for launching a process in background. A simple list process, for example,
can be started via the shell as

($out, $in) = $myproc->run(\"ls\");

or, as a perl subroutine, with

$myproc->run(sub { return < *> });

The _run_ Method will try to run the named process. If the process times
out (after _time_per_try_ seconds) or has a error defined as unacceptable,
it will wait (for _time_btw_tries_ seconds) and try again. This can repeat
until _maxtime_ seconds or _num_tries_ tries of the process to be run.

The user can specify what constitutes an unacceptable error of STDOUT or
STDERR output -- i.e. demanding a retry. One common shorthand is to have
the _run_ method retry if there is any return from STDERR.

$myproc->accept_no_error(); # Re-try if any STDERR
$myproc->pattern_stdout($pat); # require STDOUT to match regex $pat
$myproc->pattern_stderr($pat); # require STDERR to match regex $pat

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-P/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Proc-Short-0.01-7.68.noarch.rpm
     

Provides :
perl(Proc::Short)
perl-Proc-Short

Requires :
perl(:MODULE_COMPAT_5.40.0)
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/lib/perl5/vendor_perl/5.40.0/Proc
/usr/lib/perl5/vendor_perl/5.40.0/Proc/Short.pm
/usr/lib/perl5/vendor_perl/5.40.0/auto/Proc
/usr/lib/perl5/vendor_perl/5.40.0/auto/Proc/Short
/usr/lib/perl5/vendor_perl/5.40.0/auto/Proc/Short/autosplit.ix
/usr/share/doc/packages/perl-Proc-Short
/usr/share/doc/packages/perl-Proc-Short/Changes
/usr/share/man/man3/Proc::Short.3pm.gz

 
ICM