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

Changes for version 0.03000000 - 2013-02-03

  • !Features
    • Most the code for Unix-like environments moved to ::POSIX with a proxy method in the main namespace that will defer to the right backend depending on the value of $^O.
    • This serves as a stepping stone to working Win32 Support.
    • Win32 Currently causes a die() because its broken anyway atm.
    • Added support for passing a coderef to run.
    • IO::Pipe code dropped and just uses a plain `pipe` which is less magical.
  • Dependencies::Changed / runtime_requires
    • perl v5.8.3 -> 5.008000
  • Dependencies::Removed / runtime_requires
    • IO::Pipe
    • POSIX
  • Modules::New
    • IPC::Run::Fused::POSIX
  • Tests::New
    • t/03-captures-nodelay-fork.t

Modules

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