diff --git a/bin/prove b/bin/prove index 968fa731..b96b9eb7 100755 --- a/bin/prove +++ b/bin/prove @@ -27,7 +27,7 @@ Boolean options: -b, --blib Add 'blib/lib' and 'blib/arch' to the path for your tests -s, --shuffle Run the tests in random order. - -c, --color Colored test output (default). + -c, --color Colored test output (usually default). --nocolor Do not color test output. --count Show the X/Y test count when not verbose (default) @@ -107,9 +107,9 @@ matching the pattern C. =head2 Colored Test Output -Colored test output using L is the default, but -if output is not to a terminal, color is disabled. You can override this by -adding the C<--color> switch. +Colored test output (using L) is the default unless +on a Windows platform, or if output is not to a terminal. You can force +colored output by adding the C<--color> switch. Color support requires L on Unix-like platforms and L on windows. If the necessary module is not installed