From: Jarkko Hietaniemi Date: Sun, 7 Oct 2001 12:49:31 +0000 (+0000) Subject: Give up the fantasy of having lib/Unicode and lib/unicode: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00bd5ed85c38a68c2b3fa9ebc0b5817668631f19;p=p5sagit%2Fp5-mst-13.2.git 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) p4raw-id: //depot/perl@12349 --- diff --git a/MANIFEST b/MANIFEST index f82c62d..c32076a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1250,7 +1250,7 @@ lib/Unicode/Normalize/Changes Unicode::Normalize 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 diff --git a/lib/Unicode/README b/lib/Unicode/README new file mode 100644 index 0000000..79c471f --- /dev/null +++ b/lib/Unicode/README @@ -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. + diff --git a/lib/unicode/README b/lib/unicode/README deleted file mode 100644 index 6c48cf4..0000000 --- a/lib/unicode/README +++ /dev/null @@ -1,5 +0,0 @@ -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.