Test-Simple-0.98 > Test::Builder::Tester::Color
Test-Simple-0.98

名前

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

Test::Builder::Tester::Color - Test::Builder::Tester の色を有効にする

概要

   When running a test script

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

説明

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.

このモジュールをインポートすると、Test::Builder::Tester の color サブルーチンが真の値で呼び出されると、 デバッグ出力での色付きハイライトを有効にするようになります。

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

このモジュールの唯一の目的は、コマンドラインからの色付きハイライトを 有効にすることです。

作者

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.

バグ

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

このモジュールは、Term::ANSIColor がインストールされていない限り効果が ありません。

SEE ALSO

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