argra****@users*****
argra****@users*****
2013年 11月 2日 (土) 16:53:52 JST
Index: docs/modules/Test-Simple-0.98/Test/Builder/Tester/Color.pod diff -u /dev/null docs/modules/Test-Simple-0.98/Test/Builder/Tester/Color.pod:1.1 --- /dev/null Sat Nov 2 16:53:52 2013 +++ docs/modules/Test-Simple-0.98/Test/Builder/Tester/Color.pod Sat Nov 2 16:53:52 2013 @@ -0,0 +1,76 @@ + +=encoding euc-jp + +=head1 NAME + +=begin original + +Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester + +=end original + +Test::Builder::Tester::Color - Test::Builder::Tester の色を有効にする + +=head1 SYNOPSIS + + When running a test script + + perl -MTest::Builder::Tester::Color test.t + +=head1 DESCRIPTION + +=begin original + +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. + +=end original + +このモジュールをインポートすると、Test::Builder::Tester の +color サブルーチンが真の値で呼び出されると、 +デバッグ出力での色付きハイライトを有効にするようになります。 + +=begin original + +The sole purpose of this module is to enable colour highlighting +from the command line. + +=end original + +このモジュールの唯一の目的は、コマンドラインからの色付きハイライトを +有効にすることです。 + +=cut + +=head1 AUTHOR + +Copyright Mark Fowler E<lt>mark****@twosh*****<gt> 2002. + +This program is free software; you can redistribute it +and/or modify it under the same terms as Perl itself. + +=head1 BUGS + +=begin original + +This module will have no effect unless Term::ANSIColor is installed. + +=end original + +このモジュールは、Term::ANSIColor がインストールされていない限り効果が +ありません。 + +=head1 SEE ALSO + +L<Test::Builder::Tester>, L<Term::ANSIColor> + +=begin meta + +Translate: SHIRAKATA Kentaro <argra****@ub32*****> +Status: completed + +=end meta + +=cut +