X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installman;h=d27271e687180826db25407ecbaee8decb59c724;hb=783c8b2cf8aed9fd2b804541b0d5b7cd41d011cd;hp=689b41b148597267ab84ef79227a634f8f1bd979;hpb=571afc3fc130121663e0cb56810289ae2e02725e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installman b/installman index 689b41b..d27271e 100755 --- a/installman +++ b/installman @@ -44,6 +44,7 @@ GetOptions( \%opts, destdir:s notify n help silent S verbose V)) || die $usage; die $usage if $opts{help}; +$opts{destdir} //= ''; $opts{man1dir} = "$opts{destdir}$Config{'installman1dir'}" unless defined($opts{man1dir}); @@ -180,10 +181,6 @@ sub pod2man { push @to_process, [$mod, $tmp, $manpage]; } - my $parser = Pod::Man->new( section => $manext, - official=> 1, - center => 'Perl Programmers Reference Guide' - ); foreach my $page (@to_process) { my($pod, $tmp, $manpage) = @$page; @@ -210,7 +207,6 @@ $packlist->write() unless $opts{notify}; print " Installation complete\n" if $opts{verbose}; exit 0; - ############################################################################### # Utility subroutines from installperl