From 116693e8ae1d0ee66988f9ae4ee739063d643ba6 Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Fri, 25 Mar 2011 10:23:08 -0700 Subject: [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.) --- pod/perlunicode.pod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pod/perlunicode.pod') 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). These should replace the existing files in -C<\$Config{privlib}>/F. (C<\%Config> is available from the Config -module.) Follow the instructions in F in that directory to change -some of their names, and then run F. - -It is even possible to download them to a different directory, and then change -F 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 in the perl source tree. Follow the instructions in +F in that directory to change some of their names, and then build +perl (see F). + +It is even possible to copy the built files to a different directory, and then +change F 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. -- cgit v1.2.1