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

NAME

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

VERSION

Version 0.0.1

DESCRIPTION

This module provides an implementation perlio, based on PerlIO::scalar, for any output layer on the trap -- see Test::Trap (:stdout and :stderr) and Test::Trap::Builder (output_layer).

CAVEATS

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

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

AUTHOR

Eirik Berg Hanssen, <ebhanssen@allverden.no>

COPYRIGHT & LICENSE

Copyright 2006 Eirik Berg Hanssen, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.