diff options
author | Abigail <abigail@abigail.be> | 2000-08-25 16:07:53 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-26 03:05:50 +0000 |
commit | 7e7af24951c5d98223b250958277ca604f950883 (patch) | |
tree | 53d08fd608ab03bf2b49ac3fbd6ea439ecc452cc /installman | |
parent | 6a6ba9661bf06ddc519d0e169bf0c536cab12b7e (diff) | |
download | perl-7e7af24951c5d98223b250958277ca604f950883.tar.gz |
installation not quite silent yet.
Message-ID: <20000826000753.7822.qmail@foad.org>
p4raw-id: //depot/perl@6829
Diffstat (limited to 'installman')
-rwxr-xr-x | installman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installman b/installman index 6ae801d029..7f7837b94f 100755 --- a/installman +++ b/installman @@ -131,7 +131,7 @@ sub runpod2man { # installed by occult means.) my $pod2man = "$downdir/perl -I $downdir/lib $downdir/pod/pod2man --section=$manext --official"; - mkpath($mandir, 1, 0777) unless $opts{notify}; # In File::Path + mkpath($mandir, $verbose, 0777) unless $notify; # In File::Path # Make a list of all the .pm and .pod files in the directory. We will # always run pod2man from the lib directory and feed it the full pathname # of the pod. This might be useful for pod2man someday. |