parrotcode: manages output for Test::Builder | |
Contents | Libraries |
Test::Builder::Output - manages output for Test::Builder
See Test::Builder.
This class controls the output filehandles for Test::Builder. You probably do not need to use it directly.
This class defines the following methods:
new( args_hash )
new
),
passing optional arguments in args_hash
.
They are:output
diag_output
write( message )
message
to the output filehandle,
TAP-escaping any unescaped newlines.diag( message )
message
to the diagnostic filehandle,
TAP-escaping any unescaped newlines.Written and maintained by chromatic,
chromatic at wgz dot org
,
based on the Perl 6 port he wrote,
based on the original Perl 5 version he wrote with ideas from Michael G.
Schwern.
Please send patches,
feedback,
and suggestions to the Perl 6 internals mailing list.
Copyright (C) 2005-2007, The Perl Foundation.
|