File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
115115adding 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
119119colored output will not be available.
120120
121121=head2 Exit Code
You can’t perform that action at this time.
0 commit comments