Change 26789 by [EMAIL PROTECTED] on 2006/01/11 19:07:04
Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix
locale issue
From: Dominic Dunlop <[EMAIL PROTECTED]>
Date: Wed, 11 Jan 2006 19:52:20 +0100
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/lib/locale.t#15 edit
Differences ...
==== //depot/perl/lib/locale.t#15 (text) ====
Index: perl/lib/locale.t
--- perl/lib/locale.t#14~26460~ 2005-12-22 16:18:49.000000000 -0800
+++ perl/lib/locale.t 2006-01-11 11:07:04.000000000 -0800
@@ -440,7 +440,7 @@
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;
}
End of Patch.