summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2012-08-09 15:57:04 -0400
committerRicardo Signes <rjbs@cpan.org>2012-09-30 18:33:03 -0400
commita01988fd04286c08345d75858dc6bd9f0471148a (patch)
tree4d6c270826fe91256901cfdb3ab897af388944b0
parent5d0bf9bf756267f88b6aa86cad17f702df3028e8 (diff)
downloadperl-a01988fd04286c08345d75858dc6bd9f0471148a.tar.gz
be_BY.CP1131 is still broken on Mountain Lion
-rw-r--r--lib/locale.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.t b/lib/locale.t
index e813d0adc2..761c1ffa3c 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 < 12) {
+ } elsif ($v < 13) {
debug "# Skipping be_BY locales -- buggy in Darwin\n";
@Locale = grep ! m/^be_BY\.CP1131$/, @Locale;
}