Changes for version 0.000008 - 2017-07-06
- Change IOMuxer to better reflect line-buffered IO
- Change IOMuxer to name handles
- Change IOMuxer to number writes
- Minor test updates
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 for formatter layers.
The PerlIO::via class used by Test2::Plugin::IOMuxer.
The PerlIO::via class used by Test2::Plugin::IOMuxer for STDERR layers.
The PerlIO::via class used by Test2::Plugin::IOMuxer for STDOUT layers.
Load IOEvents and IOMuxer so that they work together.
Override CORE::GLOBAL::open() to fix perlio via cloning.