Package perl-IPC-System-Simple-1.30-3.module+el8.10.0+349+79da77b5.src
Name | perl-IPC-System-Simple |
---|---|
Epoch | 0 |
Version | 1.30 |
Release | 3.module+el8.10.0+349+79da77b5 |
Architecture | src |
Website/URL | https://metacpan.org/release/IPC-System-Simple |
License | GPL+ or Artistic |
Build Time | 2024-05-30 05:28:08 |
Build Host | builder-x86-07.inferitos.ru |
Summary | Run commands simply, with detailed diagnostics |
Repositories | AppStream |
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. |
Errata | — |
Size | 49 KiB |
Source Project | perl-IPC-System-Simple-1.30-3.module+el8.10.0+349+79da77b5 |
SHA-256 checksum | 2c39340cf4535e97585159358be2895326c81b21fbac2164a2fd83b93d03cbcc |
×
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.30-3 - Rebuilt for MSVSphere 8.10 beta * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-2 - Perl 5.32 rebuild * Tue Mar 24 2020 Paul Howarth <paul@city-fan.org> - 1.30-1 - Update to 1.30 - On MSWin32, make Win32::Process a prerequisite * Sun Mar 22 2020 Paul Howarth <paul@city-fan.org> - 1.29-1 - Update to 1.29 - Improved handling of shell commands on Windows, which should get us closer to resolving Win32-related issues; there should be no change of functionality on Unix-like platforms - Better workaround for bug in perl-5.8.9 (GH#23) - Add t/args.t - Modify t/win32.t - Added Travis and AppVeyor configuration files - Eliminated use of Dist::Zilla for build, using older, but more reliable and better understood (by maintainer) ExtUtils::MakeMaker-based configuration - Move author testing to xt/ directory * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Jan 25 2020 Paul Howarth <paul@city-fan.org> - 1.26-1 - Update to 1.26 - BUILD: Update FAIL_POSIX warning message (GH#28) - TEST: t/07_taint.t: Use executable name as source of taintedness (GH#21) - OTHER: Typographic corrections (CPAN RT#60211, CPAN RT#86403) - Add Travis configuration * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.25-23 - Perl 5.30 re-rebuild of bootstrapped packages * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.25-22 - Perl 5.30 rebuild