From 1a1bd5a12a10362b4335cd72882846ef3dd2d0ee Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 11 Sep 2016 14:12:05 -0500 Subject: [PATCH] minor documentation correction for TAP::Formatter::Color --- lib/TAP/Formatter/Color.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/TAP/Formatter/Color.pm b/lib/TAP/Formatter/Color.pm index eee6e9f7..4723ea9c 100644 --- a/lib/TAP/Formatter/Color.pm +++ b/lib/TAP/Formatter/Color.pm @@ -55,7 +55,7 @@ in color. Passing tests are printed in green. Failing tests are in red. Skipped tests are blue on a white background and TODO tests are printed in white. -If L cannot be found (or L if running +If L cannot be found (and L if running under Windows) tests will be run without color. =head1 SYNOPSIS