projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
77a8ff4
)
be_BY.CP1131 is still broken on Mountain Lion
author
Ricardo Signes <rjbs@cpan.org>
Thu, 9 Aug 2012 19:57:04 +0000 (15:57 -0400)
committer
Ricardo Signes <rjbs@cpan.org>
Thu, 9 Aug 2012 19:57:04 +0000 (15:57 -0400)
lib/locale.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/locale.t
b/lib/locale.t
index
a66810b
..
629d810
100644
(file)
--- 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;
}