NAME
Test::Run::Output - Base class for outputting messages to the user in a test harmess.
METHODS
- _mk_leader
-
my($leader, $ml) = $self->_mk_leader($test_file, $width);
Generates the 't/foo........' leader for the given
$test_file
as well as a similar version which will overwrite the current line (by use of \r and such).$ml
may be empty if Test::Run doesn't think you're on TTY.The
$width
is the width of the "yada/blah.." string.
AUTHOR
Shlomi Fish (shlomif@iglu.org.il)