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 484ef76 commit 1b37226Copy full SHA for 1b37226
t/basic.t
@@ -73,8 +73,9 @@ ok( chdir('Big-Dummy'), "chdir'd to Big-Dummy" ) ||
73
74
sub extrachar {
75
return 's'
76
- if $] <= 5.008 || $ENV{PERL_CORE}
77
- || $^O =~ /bsd|dragonfly|mswin32/i;
+ if 1; # until Perl gains native support for Unicode filenames
+# if $] <= 5.008 || $ENV{PERL_CORE}
78
+# || $^O =~ /bsd|dragonfly|mswin32/i;
79
'š';
80
}
81
my $DUMMYINST = '../dummy-in'.extrachar().'tall';
0 commit comments