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 e5a47aa commit 072a106Copy full SHA for 072a106
t/run/locale.t
@@ -17,7 +17,7 @@ use warnings;
17
BEGIN {
18
eval { require POSIX; POSIX->import("locale_h") };
19
if ($@) {
20
- skip_all("could not load the POSIX module"); # running minitest?
+ skip_all("could not load the POSIX module"); # running minitest?
21
}
22
23
use Config;
@@ -685,7 +685,7 @@ SKIP: { # GH #20054
685
skip "Even illegal locale names are accepted", 1
686
if $Config{d_setlocale_accepts_any_locale_name}
687
&& $Config{d_setlocale_accepts_any_locale_name} eq 'define';
688
-
+
689
my @lc_all_locales = find_locales('LC_ALL');
690
my $locale = $lc_all_locales[0];
691
skip "LC_ALL not enabled on this platform", 1 unless $locale;
0 commit comments