The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.04000000 - 2013-02-05

  • !Features
    • Should now actually work on Win32 due to the discovery of Win32::Job
    • Fail behaviour should be more concise with additional context.
  • BugFix
    • previous release accidentally dropped _fail method.
  • Dependencies::Changed / runtime_requires
    • perl 5.008000 -> v5.8.3
  • Dependencies::New / runtime_requires
    • Carp
    • Module::Runtime
  • Dependencies::New / runtime_suggests
    • Socket
    • Win32::Job
  • Internals
    • _fail method now unified via goto \&IPC::Run::Fused::_fail
    • new ::Win32 namespace to implement Win32 Features
  • Tests
    • reworked to not be order dependent, only flush-atomic.
    • previously disabled tests re-enabled on Win32

Modules

Capture Stdout/Stderr simultaneously as if it were one stream, painlessly.
Implementation of IPC::Run::Fused for POSIX-ish systems.
Implementation of IPC::Run::Fused for Win32