X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Flocale.t;h=666b9a93d13b7b79b69ae15f230b1633d65b9296;hb=9b5be9b5aa498a302ab752a0d1cdb335a620ede2;hp=b4ba02d8b7eb2aede6fdd00bd1557904a09f0904;hpb=9a66ea416324d5cd1459c59e545b38c9c889fdaa;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/locale.t b/lib/locale.t index b4ba02d..666b9a9 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -438,9 +438,9 @@ if (-x "/usr/bin/locale" && open(LOCALES, "/usr/bin/locale -a 2>/dev/null|")) { setlocale(LC_ALL, "C"); if ($^O eq 'darwin') { - # Darwin 8/Mac OS X 10.4 has bad Catalan locales: perl bug #35895, + # Darwin 8/Mac OS X 10.4 has bad Basque 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; }