diff options
author | David Leadbeater <dgl@dgl.cx> | 2011-03-25 10:23:08 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-25 10:27:20 -0700 |
commit | 116693e8ae1d0ee66988f9ae4ee739063d643ba6 (patch) | |
tree | dbade984899b09c39a87a6fe7c6079d3f81434ba /pod/perlunicode.pod | |
parent | 7e0302decdb646266b86ba7a59b6b2f697ff275d (diff) | |
download | perl-116693e8ae1d0ee66988f9ae4ee739063d643ba6.tar.gz |
[perl #86994] perlunicode: Rebuilding databases needs a source tree
At some point enough files were installed that it was possible to
rebuild perl's Unicode databases outside the source tree. This is no
longer possible. (171f12bc in 2003 seems to have stopped installing
Makefiles under lib/ so this doc is very outdated.)
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index d39d92cedb..03277dac16 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1792,14 +1792,14 @@ you can change to use any earlier one. Download the files in the version of Unicode that you want from the Unicode web site L<http://www.unicode.org>). These should replace the existing files in -C<\$Config{privlib}>/F<unicore>. (C<\%Config> is available from the Config -module.) Follow the instructions in F<README.perl> in that directory to change -some of their names, and then run F<make>. - -It is even possible to download them to a different directory, and then change -F<utf8_heavy.pl> in the directory C<\$Config{privlib}> to point to the new -directory, or maybe make a copy of that directory before making the change, and -using C<@INC> or the C<-I> run-time flag to switch between versions at will +F<lib/unicore> in the perl source tree. Follow the instructions in +F<README.perl> in that directory to change some of their names, and then build +perl (see F<INSTALL>). + +It is even possible to copy the built files to a different directory, and then +change F<utf8_heavy.pl> in the directory C<\$Config{privlib}> to point to the +new directory, or maybe make a copy of that directory before making the change, +and using C<@INC> or the C<-I> run-time flag to switch between versions at will (but because of caching, not in the middle of a process), but all this is beyond the scope of these instructions. |