Skip to content

Commit a2764a3

Browse files
committed
lib/locale.t
1 parent d5604aa commit a2764a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/locale.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ use I18N::Langinfo qw(langinfo CODESET CRNCYSTR RADIXCHAR);
6363
# =1 adds debugging output; =2 increases the verbosity somewhat
6464
our $debug = $ENV{PERL_DEBUG_FULL_TEST} // 0;
6565
if ($^O =~ /cygwin | darwin /xi) {
66-
$debug = 1 ;
67-
$^D = 0x04000000|0x00100000;# if $^O eq 'cygwin';
66+
$debug = 0; # 1 ;
67+
$^D = 0x04000000|0x00100000 if $debug;# if $^O eq 'cygwin';
6868
}
6969

7070
# Certain tests have been shown to be problematical for a few locales. Don't

0 commit comments

Comments
 (0)