INFO
Name: perl-IPC-System-Simple
Version: 1.30-6.el9
Arch: noarch
Summary: Run commands simply, with detailed diagnostics
License: GPL+ or Artistic
Vendor: AlmaLinux
Build Host: alma9-build.sinenomine.net
Build Date: Wed Feb 16 13:36:59 2022
Size: 73654
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(:MODULE_COMPAT_5.32.1)
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)
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-6.el9
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+ or Artistic
|