INFO
Name: perl-IPC-System-Simple
Version: 1.30-16.el10
Arch: noarch
Summary: Run commands simply, with detailed diagnostics
License: GPL-1.0-or-later OR Artistic-1.0-Perl
Vendor: AlmaLinux
Build Host: s390x-builder01.almalinux.org
Build Date: Sat Dec 14 10:24:27 2024
Size: 73314
URL: https://metacpan.org/release/IPC-System-Simple
Description: Calling Perl's in-built 'system()' function is easy; determining if it
was successful is _hard_. Let's face it, '$?' isn't the nicest variable
in the world to play with, and even if you _do_ check it, producing a
well-formatted error string takes a lot of work. 'IPC::System::Simple'
takes the hard work out of calling external commands. In fact, if you
want to be really lazy, you can just write:
use IPC::System::Simple qw(system);
and all of your "system" commands will either succeed (run to completion and
return a zero exit value), or die with rich diagnostic messages.
FILES
/usr/share/doc/perl-IPC-System-Simple
/usr/share/doc/perl-IPC-System-Simple/Changes
/usr/share/doc/perl-IPC-System-Simple/README
/usr/share/doc/perl-IPC-System-Simple/examples
/usr/share/doc/perl-IPC-System-Simple/examples/rsync-backup.pl
/usr/share/licenses/perl-IPC-System-Simple
/usr/share/licenses/perl-IPC-System-Simple/LICENSE
/usr/share/man/man3/IPC::System::Simple.3pm.gz
/usr/share/perl5/vendor_perl/IPC
/usr/share/perl5/vendor_perl/IPC/System
/usr/share/perl5/vendor_perl/IPC/System/Simple.pm
REQUIRES
perl(:VERSION) 5.6.0
perl(Carp)
perl(Config)
perl(Exporter)
perl(List::Util)
perl(POSIX)
perl(Scalar::Util)
perl(constant)
perl(re)
perl(strict)
perl(warnings)
perl-libs
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
perl(IPC::System::Simple) 1.30
perl-IPC-System-Simple 1.30-16.el10
CONFIG FILES
/usr/share/doc/perl-IPC-System-Simple
/usr/share/doc/perl-IPC-System-Simple/Changes d
/usr/share/doc/perl-IPC-System-Simple/README d
/usr/share/doc/perl-IPC-System-Simple/examples
/usr/share/doc/perl-IPC-System-Simple/examples/rsync-backup.pl d
/usr/share/licenses/perl-IPC-System-Simple
/usr/share/licenses/perl-IPC-System-Simple/LICENSE l
/usr/share/man/man3/IPC::System::Simple.3pm.gz d
/usr/share/perl5/vendor_perl/IPC
/usr/share/perl5/vendor_perl/IPC/System
/usr/share/perl5/vendor_perl/IPC/System/Simple.pm
LICENSE FILES
GPL-1.0-or-later OR Artistic-1.0-Perl
|