diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-11-07 03:42:53 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-11-07 03:42:53 +0000 |
commit | 80626d0c9c8b59c27f54b2fa7347953793158991 (patch) | |
tree | ba0a15e71835fcb969f624830e28f2da657f0d1f /README.macosx | |
parent | 82dd32fecdeb69374a147926c73169afe36ca489 (diff) | |
download | perl-80626d0c9c8b59c27f54b2fa7347953793158991.tar.gz |
Added note to README.macosx regarding failures from broken locale
files.
p4raw-id: //depot/perl@26025
Diffstat (limited to 'README.macosx')
-rw-r--r-- | README.macosx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.macosx b/README.macosx index 2b19bdfea0..2497c1897f 100644 --- a/README.macosx +++ b/README.macosx @@ -111,6 +111,11 @@ applications like Tk: in that case consider building shared Perl but remember that there's a startup cost to pay in that case (see above "libperl and Prebinding"). +Starting with Tiger (Mac OS X 10.4), Apple shipped broken locale files for +the eu_ES locale (Basque-Spain). When testing Perl, this will show up as +test failues in the tests C<..lib/locale>. Unless you require the +eu_ES locale, you should be OK to install Perl. If you do need this +locale, you should contact Apple support. =head2 MacPerl |