From dfa5c78f5986779331a42eae9359203d25e23e80 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 8 May 2011 22:46:24 -0400 Subject: Update the version of Darwin we know the by_BE locale to be broken on --- lib/locale.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.1