From 4789cca3f71f4ee21577742bd855d844ae997281 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 11 Sep 2016 15:28:00 -0500 Subject: [PATCH] minor documentation correction for `prove` --- bin/prove | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/prove b/bin/prove index 448507b6..13286472 100755 --- a/bin/prove +++ b/bin/prove @@ -108,12 +108,12 @@ matching the pattern C. =head2 Colored Test Output -Colored test output using L is the default, but -if output is not to a terminal, color is disabled. You can override this by +Colored test output using L 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 on Unix-like platforms and -L on windows. If the necessary module is not installed +Color support requires L and, on windows platforms, also +L. If the necessary module(s) are not installed colored output will not be available. =head2 Exit Code