Name : perl-Proc-SafeExec
| |
Version : 1.5
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.6.1
| Date : 2023-07-20 19:42:03
|
Group : Development/Libraries/Perl
| Source RPM : perl-Proc-SafeExec-1.5-lp155.6.1.src.rpm
|
Size : 0.04 MB
| |
Packager : https://www_suse_com/
| |
Summary : Convenient utility for executing external commands in various ways
|
Description :
Proc::SafeExec provides an easy, safe way to execute external programs. It replaces all of Perl\'s questionable ways of accomodating this, including system(), open() with a pipe, exec(), back-ticks, etc. This module will never automatically invoke /bin/sh. This module is easy enough to use that /bin/sh should be unnecessary, even for complex pipelines.
For all errors, this module dies setting $AATT.
Errors from exec() in the child are reported gracefully to the parent. This means that if anything fails in the child, the error is reported through $AATT with die just like any other error. This also reports $AATT if child_callback dies when it is called between fork() and exec(). This is accomplished by passing $AATT through an extra pipe that\'s closed when exec succeeds. Note: A side-effect of this is $AATT is stringified if it isn\'t a string.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-P/15.5/noarch |