Changes for version 0.000009 - 2017-07-07
- Fix for perls 5.27 and 5.8
- Depend on more recent versions of deps to stop some failures
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.