Skip to main content


system() and background procs w/ piping, redirs, ptys (Unix, Win32)

Changes for 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.
#163 #168 #157


BSD utilities written in pure Perl

Changes for 1.035 - 2023-06-15T09:57:49Z

  • Gary Puckering fixed several issues with the units program. These were GitHub #161, #162, and #163.
#163 #162 #161


Redis-2.000


Perl binding for Redis database

Changes for 2.000 - 2023-01-13T22:55:51+01:00
  • #166: add ssl, username and password args to redis sentinel (Merwan Ouddane)
  • #163: Add support for username/password AUTH (Joel Chornik)
  • #162: Retry socket connect if errno is EINTR (Michael Schout)
  • #158: Better fix of redis version in test (Michal Josef Špaček)
  • #156: Fix of test for multiple arguments in info command (Michal Josef Špaček)

https://metacpan.org/dist/Redis
#166 #163 #162 #158 #156

Mark Gardner reshared this.