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.
* 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