| Name: | perl-IPC-System-Simple | 
|---|---|
| Version: | 1.30 | 
| Release: | 3.module+el8.10.0+90267+7012ad3b | 
| Architecture: | noarch | 
| Module: | perl:5.32:8100020240409120442:9fe1d287 | 
| Group: | Unspecified | 
| Size: | 73653 | 
| License: | GPL+ or Artistic | 
| RPM: | perl-IPC-System-Simple-1.30-3.module+el8.10.0+90267+7012ad3b.noarch.rpm | 
| Source RPM: | perl-IPC-System-Simple-1.30-3.module+el8.10.0+90267+7012ad3b.src.rpm | 
| Build Date: | Tue Apr 09 2024 | 
| Build Host: | build-ol8-x86_64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://metacpan.org/release/IPC-System-Simple | 
| Summary: | Run commands simply, with detailed diagnostics | 
| 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. | 
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 rebuild
- Update to 1.30 - On MSWin32, make Win32::Process a prerequisite
- 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
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Perl 5.30 re-rebuild of bootstrapped packages
- Perl 5.30 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild