Name: | rh-perl530-perl-IPC-Run |
---|---|
Version: | 20180523.0 |
Release: | 8.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 338881 |
License: | GPL+ or Artistic |
RPM: | rh-perl530-perl-IPC-Run-20180523.0-8.el7.noarch.rpm |
Source RPM: | rh-perl530-perl-IPC-Run-20180523.0-8.el7.src.rpm |
Build Date: | Mon Dec 14 2020 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/IPC-Run |
Summary: | Perl module for interacting with child processes |
Description: | IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided. |
- Normalize all shebangs (bug #1817388)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Perl 5.30 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 rebuild
- Update to 20180523.0 - Fix using fd in child process when it happens to be the same number in the child as it was in the parent (GH#99) - Switch upstream from search.cpan.org to metacpan.org
- Update to 0.99 - Fixes for Windows unit tests so they skip or pass - t/autoflush.t - t/readonly.t - t/run_stdin-callback-return-array.t
- Update to 0.98 - Switch to using $!{EINTR} - Honor umask for user/group permissions on a +rw file - Remove commented code from CPAN RT#50739 - Fix _write on invalid objects (GH#63) - Make slave the controlling terminal so more programs can be called from IPC::Run reliably (GH#54) - Prevent Not a GLOB reference in close_terminal by untieing before close (GH#53) - Fix '&' closing the stdin of the right process (GH#46) - Do POSIX::_exit not ::exit (GH#41) - Ensure child Win32 processes have same priority as parent (GH#40) - Add unit test for passing use of Readonly.pm (GH#38) - Fix GLOB test in IPC::Run::IO->new (GH#39) - Fix for memory leak (GH#86, CPAN RT#57990) - MANIFEST was updated; new tests may start shipping now