Test::Trap::Builder::PerlIO - Output layer backend using PerlIO::scalar


Test-Trap documentation  | view source Contained in the Test-Trap distribution.

Index


NAME

Top

Test::Trap::Builder::PerlIO - Output layer backend using PerlIO::scalar

VERSION

Top

Version 0.2.1

DESCRIPTION

Top

This module provides an implementation perlio, based on PerlIO::scalar, for the trap's output layers. Note that you may specify different implementations for each output layer on the trap.

See also Test::Trap (:stdout and :stderr) and Test::Trap::Builder (output_layer).

CAVEATS

Top

These layers use in-memory files, and so will not (indeed cannot) trap output from forked-off processes -- including system() calls.

Threads? No idea. It might even work correctly.

BUGS

Top

Please report any bugs or feature requests directly to the author.

AUTHOR

Top

Eirik Berg Hanssen, <ebhanssen@allverden.no>

COPYRIGHT & LICENSE

Top


Test-Trap documentation  | view source Contained in the Test-Trap distribution.