diff options
author | Kurt D. Starsinic <kstar@wolfetech.com> | 1999-07-21 10:15:42 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-22 21:19:59 +0000 |
commit | c3fed81c293d2d16f60a54846674e373def5edfa (patch) | |
tree | ec5248a1b1f4c56dbbe95ffcd52376230c574342 /lib | |
parent | 23e2eca9d602b36cb18ae832d6cb0e57158d245b (diff) | |
download | perl-c3fed81c293d2d16f60a54846674e373def5edfa.tar.gz |
MakeMaker doc fix.
To: perl5-porters@perl.org
Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
Subject: [PATCH] MakeMaker documentation
Message-ID: <19990721141542.A1800@O2.chapin.edu>
p4raw-id: //depot/cfgperl@3722
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/MakeMaker.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index 6fe9339b77..ad1944c46f 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -1480,7 +1480,7 @@ Directory to hold the man pages at 'make' time =item INST_SCRIPT Directory, where executable files should be installed during -'make'. Defaults to "./blib/bin", just to have a dummy location during +'make'. Defaults to "./blib/script", just to have a dummy location during testing. make install will copy the files in INST_SCRIPT to INSTALLSCRIPT. |