diff options
author | Robert Spier <rspier@pobox.com> | 2000-10-22 11:43:03 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-22 21:30:51 +0000 |
commit | 0b27bdda4132eec7d3a41691839fba5d1251c38a (patch) | |
tree | dea52ddfd90a58019e0d7499b4c4cf0cd906c273 /lib | |
parent | de3f1649f32c093f94ded9e1969c53ca3166ec24 (diff) | |
download | perl-0b27bdda4132eec7d3a41691839fba5d1251c38a.tar.gz |
Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
Message-ID: <14835.17223.72448.705566@rls.cx>
p4raw-id: //depot/perl@7404
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/MakeMaker.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index bef12b54da..c8c559c079 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -994,8 +994,8 @@ $Config{install*} values. Note, that in both cases the tilde expansion is done by MakeMaker, not by perl by default, nor by make. Conflicts between parameters LIB, -PREFIX and the various INSTALL* arguments are resolved so that -XXX +PREFIX and the various INSTALL* arguments are resolved such that +INSTALL* takes precedence. If the user has superuser privileges, and is not working on AFS (Andrew File System) or relatives, then the defaults for |