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 @@ -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
113113adding 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
117117colored output will not be available.
118118
119119=head2 Exit Code
You can’t perform that action at this time.
0 commit comments