From: Lupe Christoph Date: Sun, 27 Aug 2000 14:38:59 +0000 (+0200) Subject: installman buglet X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=418918ac085b3a689dd373e87c271a6196b21454;p=p5sagit%2Fp5-mst-13.2.git installman buglet Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de> p4raw-id: //depot/perl@6843 --- diff --git a/installman b/installman index c1f3837..72c76fd 100755 --- a/installman +++ b/installman @@ -130,7 +130,7 @@ sub runpod2man { # installed by occult means.) my $pod2man = "$downdir/perl -I $downdir/lib $downdir/pod/pod2man --section=$manext --official"; - mkpath($mandir, $verbose, 0777) unless $notify; # In File::Path + mkpath($mandir, $opts{verbose}, 0777) unless $opts{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.