The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Builder::Output

SYNOPSIS

  use Test::Builder::Output;

DESCRIPTION

This class handles all the output for Test::Builder.

PUBLIC ATTRIBUTES

$.output

The filehandle to which to write all normal output (test results and descriptions).

$.error_output

The filehandle to which to write all diagnostic output.

METHODS

write( Str $message )

Writes a message to the normal output filehandle, adding leading # characters after all newlines if they are not present.

diag( Str $message )

Writes a message to the diagnostic output filehandle, adding a leading # to every line if they are not present.

SEE ALSO

Perl 5 Test::Builder.

AUTHORS

code by chromatic <chromatic@wgz.org>

documentation by Stevan Little <stevan@iinteractive.com> and chromatic.