Skip to content

Commit 8e2f9a8

Browse files
rivyLeont
authored andcommitted
minor documentation correction for prove
1 parent e6ce523 commit 8e2f9a8

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
@@ -110,12 +110,12 @@ matching the pattern C<t/*.t>.
110110

111111
=head2 Colored Test Output
112112

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

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

121121
=head2 Exit Code

0 commit comments

Comments
 (0)