1Test::Output::Tie(3) User Contributed Perl Documentation Test::Output::Tie(3)
2
3
4
6 Test::Output::Tie - module used by Test::Output to tie STDERR and
7 STDOUT
8
10 You are probably more interested in reading Test::Output.
11
12 This module is used to tie STDOUT and STDERR in Test::Output.
13
14 Methods
15 TIEHANDLE
16 The constructor for the class.
17
18 PRINT
19 This method is called each time STDERR or STDOUT are printed to.
20
21 PRINTF
22 This method is called each time STDERR or STDOUT are printed to
23 with "printf".
24
25 FILENO
26 BINMODE
27 read
28 This function is used to return all output printed to STDOUT or
29 STDERR.
30
32 Currently maintained by brian d foy, "bdfoy@cpan.org".
33
34 Shawn Sorichetti, "<ssoriche@cpan.org>"
35
37 This module is in Github:
38
39 http://github.com/briandfoy/test-output/tree/master
40
42 Currently maintained by brian d foy, "bdfoy@cpan.org".
43
44 Copyright 2005-2008 Shawn Sorichetti, All Rights Reserved.
45
46 This program is free software; you can redistribute it and/or modify it
47 under the same terms as Perl itself.
48
50 This code was taken from Test::Simple's TieOut.pm maintained Michael G
51 Schwern. TieOut.pm was originally written by chromatic.
52
53 Thanks for the idea and use of the code.
54
55
56
57perl v5.16.3 2011-04-22 Test::Output::Tie(3)