Test::Output::Tie - module used by Test::Output to tie STDERR and STDOUT


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

Index


NAME

Top

Test::Output::Tie - module used by Test::Output to tie STDERR and STDOUT

DESCRIPTION

Top

You are probably more interested in reading Test::Output.

This module is used to tie STDOUT and STDERR in Test::Output.

Methods

TIEHANDLE

The constructor for the class.

PRINT

This method is called each time STDERR or STDOUT are printed to.

PRINTF

This method is called each time STDERR or STDOUT are printed to with printf.

FILENO
BINMODE
read

This function is used to return all output printed to STDOUT or STDERR.

AUTHOR

Top

Currently maintained by brian d foy, bdfoy@cpan.org.

Shawn Sorichetti, <ssoriche@cpan.org>

SOURCE AVAILABILITY

Top

This module is in Github:

	http://github.com/briandfoy/test-output/tree/master

COPYRIGHT & LICENSE

Top

ACKNOWLEDGMENTS

Top

This code was taken from Test::Simple's TieOut.pm maintained Michael G Schwern. TieOut.pm was originally written by chromatic.

Thanks for the idea and use of the code.


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