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)
p4raw-id: //depot/perl@12349
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
--- /dev/null
+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.
+
+++ /dev/null
-Everything that used to be here is now in the "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.