summaryrefslogtreecommitdiff
path: root/installman
diff options
context:
space:
mode:
authorLupe Christoph <lupe@lupe-christoph.de>2000-08-27 16:38:59 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-27 14:53:58 +0000
commit418918ac085b3a689dd373e87c271a6196b21454 (patch)
treede913b77a467728fdecd5f9f647ff4ae1ef36294 /installman
parentfdf27e67cd8ef4761d90285db9da04ac9e5fde83 (diff)
downloadperl-418918ac085b3a689dd373e87c271a6196b21454.tar.gz
installman buglet
Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de> p4raw-id: //depot/perl@6843
Diffstat (limited to 'installman')
-rwxr-xr-xinstallman2
1 files changed, 1 insertions, 1 deletions
diff --git a/installman b/installman
index c1f3837416..72c76fd8a2 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.