This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af7a064
)
Test comment fix by Dominic Dunlop
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 12 Jan 2006 11:02:45 +0000
(11:02 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 12 Jan 2006 11:02:45 +0000
(11:02 +0000)
p4raw-id: //depot/perl@26798
lib/locale.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/locale.t
b/lib/locale.t
index
f38d7e5
..
666b9a9
100644
(file)
--- a/
lib/locale.t
+++ b/
lib/locale.t
@@
-438,7
+438,7
@@
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} lt '9') {
debug "# Skipping eu_ES, be_BY locales -- buggy in Darwin\n";