diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-23 12:19:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-23 12:19:27 +0000 |
commit | ae1d639420c89b56841c04313f3b89c84e8ea279 (patch) | |
tree | d0702287ec8ed71afdd527c6d1b7424b2141e5b3 /lib/ExtUtils | |
parent | 6d697788dfbbf5dba78216c0da10ca1dce806bbe (diff) | |
download | perl-ae1d639420c89b56841c04313f3b89c84e8ea279.tar.gz |
Document PERL_INSTALL_ROOT of #7210.
p4raw-id: //depot/perl@7413
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r-- | lib/ExtUtils/Install.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index 92db8c908a..4a148a655e 100644 --- a/lib/ExtUtils/Install.pm +++ b/lib/ExtUtils/Install.pm @@ -394,4 +394,7 @@ of the hash to the corresponding values efficiently. Filenames with the extension pm are autosplit. Second argument is the autosplit directory. +You can have an environment variable PERL_INSTALL_ROOT set which will +be prepended as a directory to each installed file (and directory). + =cut |