#acl PaulHowarth:read,write,admin,revert,delete All:read === Sunday 7th August 2022 === ==== Fedora Project ==== * Updated `perl-IPC-Run` to 20220807.0 in Rawhide: * 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 * Skip `t/pty.t` test on NetBSD too ([[https://github.com/toddr/IPC-Run/pull/140|GH#140]]) * Add `strict`/`warnings` * Follow Windows argument quoting rules ([[https://github.com/toddr/IPC-Run/issues/142|GH#142]]) * Allow `win32_newlines.t` to actually run ([[https://github.com/toddr/IPC-Run/pull/146|GH#146]]) * Make `t/pty.t` test pass on OpenBSD ([[https://github.com/toddr/IPC-Run/pull/150|GH#150]]) * Support Win32 commands having non-standard command line parsing rules ([[https://github.com/toddr/IPC-Run/pull/148|GH#148]]) * Support executing Win32 batch files * Add `IPC::Run::Win32Process`, for delivering non-standard command lines * Fix reporting of `Win32::Process::Create()` errors * On Windows, avoid hang when closing read end of pipe ([[https://github.com/toddr/IPC-Run/pull/156|GH#156]]) * Ignore known test failure on msys - `t/windows_search_path.t` ([[https://github.com/toddr/IPC-Run/pull/155|GH#155]]) * Avoid warning with `IPCRUNDEBUG`, in Windows spawned children * Use `$^X`, not '`perl`', in tests * Thanks to the new active developer: Noah Misch! ==== Local Packages ==== * Updated `perl-IPC-Run` to 20220807.0 as per the Fedora version ----