The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.000007 - 2017-05-12

  • Switch IOMuxer to use JSON instead of bullshit

Modules

Event to represent a line of STDOUT or STDERR output.
Turn output written to STDOUT and STDERR into Events.
The PerlIO::via:: base class used by IOEvents for output lines.
The PerlIO::via:: class used by IOEvents for STDERR lines.
The PerlIO::via:: class used by IOEvents for STDOUT lines.
Send STDERR and STDOUT output to a single file in addition to the original, including timestamp markers.
The PerlIO::via class used by Test2::Plugin::IOMuxer.
Load IOEvents and IOMuxer so that they work together.
Override CORE::GLOBAL::open() to fix perlio via cloning.