Skip to content

Commit bd6af7d

Browse files
committed
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 d4c7cc5 commit bd6af7d

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
@@ -279,7 +279,7 @@ sub _help {
279279
sub _color_default {
280280
my $self = shift;
281281

282-
return -t STDOUT && !$ENV{HARNESS_NOTTY} && !IS_WIN32;
282+
return -t STDOUT && !$ENV{HARNESS_NOTTY};
283283
}
284284

285285
sub _get_args {

0 commit comments

Comments
 (0)