We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5604aa commit a2764a3Copy full SHA for a2764a3
lib/locale.t
@@ -63,8 +63,8 @@ use I18N::Langinfo qw(langinfo CODESET CRNCYSTR RADIXCHAR);
63
# =1 adds debugging output; =2 increases the verbosity somewhat
64
our $debug = $ENV{PERL_DEBUG_FULL_TEST} // 0;
65
if ($^O =~ /cygwin | darwin /xi) {
66
- $debug = 1 ;
67
- $^D = 0x04000000|0x00100000;# if $^O eq 'cygwin';
+ $debug = 0; # 1 ;
+ $^D = 0x04000000|0x00100000 if $debug;# if $^O eq 'cygwin';
68
}
69
70
# Certain tests have been shown to be problematical for a few locales. Don't
0 commit comments