Skip to content

Commit 27cb404

Browse files
rivyLeont
authored andcommitted
remove IS_WIN32 platform test for color from prove
+ rationale: platform dependencies are handled elsewhere/elsewhen by the test harness - enables default use of color on 'MSWin32' systems
1 parent 93bb80d commit 27cb404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/App/Prove.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ sub _help {
281281
sub _color_default {
282282
my $self = shift;
283283

284-
return -t STDOUT && !$ENV{HARNESS_NOTTY} && !IS_WIN32;
284+
return -t STDOUT && !$ENV{HARNESS_NOTTY};
285285
}
286286

287287
sub _get_args {

0 commit comments

Comments
 (0)