diff options
author | Zsbán Ambrus <ambrus@math.bme.hu> | 2010-10-09 18:46:04 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-09 18:46:04 -0700 |
commit | 274ca399ccca923153c8b224c378625a25afd984 (patch) | |
tree | 8b4dd8bd5dafac648def7dea6537be998f5dc7ed /INSTALL | |
parent | c8bbf675c3e9277e1dd4b1185d91c1aef2cd2594 (diff) | |
download | perl-274ca399ccca923153c8b224c378625a25afd984.tar.gz |
[perl #78306] Clearify inc_version_list config in INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |