In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/274ca399ccca923153c8b224c378625a25afd984?hp=c8bbf675c3e9277e1dd4b1185d91c1aef2cd2594>

- Log -----------------------------------------------------------------
commit 274ca399ccca923153c8b224c378625a25afd984
Author: Zsbán Ambrus <[email protected]>
Date:   Sat Oct 9 18:46:04 2010 -0700

    [perl #78306] Clearify inc_version_list config in INSTALL
-----------------------------------------------------------------------

Summary of changes:
 INSTALL |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/INSTALL b/INSTALL
index 1ffe0ac..67620bf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -836,6 +836,13 @@ modules, you can specify to not include the paths found:
 
        sh Configure -Dinc_version_list=none ...
 
+If you do want to use modules from some previous perl versions, the variable
+must contain a space separated list of directories under the site_perl
+directory, and has to include architecture-dependent directories separately,
+eg.
+
+       sh Configure -Dinc_version_list="5.12.0/x86_64-linux 5.12.0" ...
+
 When using the newer perl, you can add these paths again in the
 $PERL5LIB environment variable or with perl's -I runtime option.
 

--
Perl5 Master Repository

Reply via email to