Change 12349 by jhi@alpha on 2001/10/07 12:49:31
Give up the fantasy of having lib/Unicode and lib/unicode:
doesn't work on Mac OS X 10.1 (when unpacking the tar the
latter gets renamed as lib/unicode:1, assumedly for security
reasons not to overwrite stuff)
Affected files ...
... //depot/perl/MANIFEST#585 edit
... //depot/perl/lib/Unicode/README#1 add
... //depot/perl/lib/unicode/README#2 delete
Differences ...
==== //depot/perl/MANIFEST#585 (text) ====
Index: perl/MANIFEST
--- perl/MANIFEST.~1~ Sun Oct 7 07:00:05 2001
+++ perl/MANIFEST Sun Oct 7 07:00:05 2001
@@ -1250,7 +1250,7 @@
lib/Unicode/Normalize/README Unicode::Normalize
lib/Unicode/Normalize/t/norm.t Unicode::Normalize
lib/Unicode/Normalize/t/test.t Unicode::Normalize
-lib/unicode/README Explanation why this is there is.
+lib/Unicode/README Explanation what happened to lib/unicode.
lib/Unicode/UCD.pm Unicode character database
lib/Unicode/UCD.t See if Unicode character database works
lib/unicore/ArabLink.pl Unicode character database
==== //depot/perl/lib/Unicode/README#1 (text) ====
Index: perl/lib/Unicode/README
--- perl/lib/Unicode/README.~1~ Sun Oct 7 07:00:05 2001
+++ perl/lib/Unicode/README Sun Oct 7 07:00:05 2001
@@ -0,0 +1,8 @@
+There used to be a directory called lib/unicore but everything that
+used to be here is now in the lib/unicore directory.
+
+The renaming was done to avoid naming conflicts with the Perl core
+Unicode files and modules in the Unicode:: space in case-ignoring
+filesystems. The lib/Unicode directory now contains various
+Unicode-related modules.
+
End of Patch.