Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester


Test-Simple documentation  | view source Contained in the Test-Simple distribution.

Index


NAME

Top

Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester

SYNOPSIS

Top

   When running a test script

     perl -MTest::Builder::Tester::Color test.t

DESCRIPTION

Top

Importing this module causes the subroutine color in Test::Builder::Tester to be called with a true value causing colour highlighting to be turned on in debug output.

The sole purpose of this module is to enable colour highlighting from the command line.

AUTHOR

Top

Copyright Mark Fowler <mark@twoshortplanks.com> 2002.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

BUGS

Top

This module will have no effect unless Term::ANSIColor is installed.

SEE ALSO

Top

Test::Builder::Tester, Term::ANSIColor


Test-Simple documentation  | view source Contained in the Test-Simple distribution.