Skip to content

Commit

Permalink
minor documentation correction for prove
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Sep 11, 2016
1 parent 1a1bd5a commit 4789cca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/prove
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ matching the pattern C<t/*.t>.

=head2 Colored Test Output

Colored test output using L<TAP::Formatter::Color> is the default, but
if output is not to a terminal, color is disabled. You can override this by
Colored test output using L<TAP::Formatter::Color> is the default, but
if output is not to a terminal, color is disabled. You can override this by
adding the C<--color> switch.

Color support requires L<Term::ANSIColor> on Unix-like platforms and
L<Win32::Console::ANSI> on windows. If the necessary module is not installed
Color support requires L<Term::ANSIColor> and, on windows platforms, also
L<Win32::Console::ANSI>. If the necessary module(s) are not installed
colored output will not be available.

=head2 Exit Code
Expand Down

0 comments on commit 4789cca

Please sign in to comment.