From: Jarkko Hietaniemi Date: Mon, 23 Oct 2000 12:19:27 +0000 (+0000) Subject: Document PERL_INSTALL_ROOT of #7210. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae1d639420c89b56841c04313f3b89c84e8ea279;p=p5sagit%2Fp5-mst-13.2.git Document PERL_INSTALL_ROOT of #7210. p4raw-id: //depot/perl@7413 --- diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index 92db8c9..4a148a6 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