Perl module for interacting with child processes
Go to file
Paul Howarth 708ed2ce5a Update to 0.98
- New upstream release 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
2018-03-30 14:13:50 +01:00
.gitignore Update to 0.94 2014-12-16 10:27:26 +00:00
perl-IPC-Run.spec Update to 0.98 2018-03-30 14:13:50 +01:00
sources Update to 0.98 2018-03-30 14:13:50 +01:00