Skip to content

Commit 4789cca

Browse files
committed
minor documentation correction for prove
1 parent 1a1bd5a commit 4789cca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/prove

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ matching the pattern C<t/*.t>.
108108

109109
=head2 Colored Test Output
110110

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

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

119119
=head2 Exit Code

0 commit comments

Comments
 (0)