DESCRIPTION
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.
- 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
Currently maintained by brian d foy, "[email protected]".Shawn Sorichetti, "<[email protected]>"
COPYRIGHT & LICENSE
Currently maintained by brian d foy, "[email protected]".Copyright 2005-2008 Shawn Sorichetti, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
ACKNOWLEDGMENTS
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.