diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-05-08 22:46:24 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-05-18 14:59:37 -0400 |
commit | dfa5c78f5986779331a42eae9359203d25e23e80 (patch) | |
tree | 1b5f5420462cb70d2b07460612ee063581c99a47 /lib | |
parent | e34fa53ab7895ffe22117b52fd641370cce2d688 (diff) | |
download | perl-dfa5c78f5986779331a42eae9359203d25e23e80.tar.gz |
Update the version of Darwin we know the by_BE locale to be broken on
Diffstat (limited to 'lib')
-rw-r--r-- | lib/locale.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.t b/lib/locale.t index 5398c34209..a66810b54b 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -460,7 +460,7 @@ if ($^O eq 'darwin') { if ($v >= 8 and $v < 10) { debug "# Skipping eu_ES, be_BY locales -- buggy in Darwin\n"; @Locale = grep ! m/^(eu_ES(?:\..*)?|be_BY\.CP1131)$/, @Locale; - } elsif ($v < 11) { + } elsif ($v < 12) { debug "# Skipping be_BY locales -- buggy in Darwin\n"; @Locale = grep ! m/^be_BY\.CP1131$/, @Locale; } |