- Remove IPC-Run-0.89-path.diff (fixed upstream)
- updated to 20231003.0
see /usr/share/doc/packages/perl-IPC-Run/Changelog
20231003.0
Windows now matches other platforms in that a child calling exit(N) causes
result() to return N and full_result() to return N << 8. On Windows, before
this change, result() was returning N >> 8, and full_result() was returning N.
Programs having workarounds for this may need to condition those workarounds on
$IPC::Run::VERSION.
- #157 - On Windows, avoid hang under IPCRUNDEBUG.
- Refresh "cpanfile" from Makefile.PL, to allow use on Windows.
- #163 - Normalize shebangs to /usr/bin/perl
- Fix or skip all tests recently seen to fail on Windows.
- Include t/result.t in releases.
- #168 - Make full_result() and result() Windows behavior match non-Windows.
OBS-URL: https://build.opensuse.org/request/show/1116977
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=45
- Fix patch IPC-Run-0.89-path.diff (add -p0)
- updated to 20220807.0
see /usr/share/doc/packages/perl-IPC-Run/Changelog
20220807.0
If your applications rely on portability to Windows, see new documentation
sections "argument-passing rules are program-specific" and "batch files". This
release fixes bugs in runs of Windows programs that use standard command line
parsing rules. Runs of non-standard programs may require changes. Notable
non-standard programs include cmd.exe, cscript.exe, and Cygwin programs.
- #140 - skip t/pty.t test on NetBSD too
- Add strict/warnings
- #142 - Follow Windows argument quoting rules
- #146 - allow win32_newlines.t to actually run
- #150 - Make t/pty.t test pass on OpenBSD.
- #148 - Support Win32 commands having nonstandard command line parsing rules
- Support executing Win32 batch files.
- Add IPC::Run::Win32Process, for delivering nonstandard command lines.
- Fix reporting of Win32::Process::Create() errors.
- #156 - On Windows, avoid hang when closing read end of pipe.
- #155 - Ignore known test failure on msys. - t/windows_search_path.t
- Avoid warning with IPCRUNDEBUG, in Windows spawned children.
- Use $^X, not 'perl', in tests.
- Thanks to the New active developer: Noah Misch!
OBS-URL: https://build.opensuse.org/request/show/998988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=43
- updated to 0.94
see /usr/share/doc/packages/perl-IPC-Run/Changes
0.94 Sun Dec 14 2014
- RT 100858 - Update License discrepancies.
0.93_01 Wed Dec 10 2014
- Many typo corrections from David Steinbrunner via github
- RT 20105 - t/pty.t fails on Solaris 10
0.93 Wed Dec 10 2014
- RT 100711 - Add aggressive exit to t/signal.t after skip_all to prevent failures.
- RT 97926 - Fix for run argument with spaces in path
- skip t/win32_compile.t on Android
- RT 86133 - TODO failing POD tests for IPC::Run
OBS-URL: https://build.opensuse.org/request/show/297043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=29