Message-Id: <
FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
p4raw-id: //depot/perl@26789
if ($^O eq 'darwin') {
# Darwin 8/Mac OS X 10.4 has bad Catalan locales: perl bug #35895,
# Apple bug ID# 4139653. It also has a problem in Byelorussian.
- if ($Config{osvers} ge '8' and $Config{osvers} le '8.3.0') {
+ if ($Config{osvers} ge '8' and $Config{osvers} lt '9') {
debug "# Skipping eu_ES, be_BY locales -- buggy in Darwin\n";
@Locale = grep ! m/^(eu_ES|be_BY.CP1131$)/, @Locale;
}