diff options
-rwxr-xr-x | installman | 2 | ||||
-rw-r--r-- | utils.lst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/installman b/installman index 4a6416323c..dad91820cf 100755 --- a/installman +++ b/installman @@ -82,7 +82,7 @@ while (<UTILS>) { $_ = $1 if /#.*pod\s*=\s*(\S+)/; my ($where, $what) = m|^(.*?)/(\S+)|; runpod2man($where, $opts{man1dir}, $opts{man1ext}, $what); - if (($where, $what) = m|#.*link\s*=\s*(\S+)/(\S+)| { + if (($where, $what) = m|#.*link\s*=\s*(\S+)/(\S+)|) { runpod2man($where, $opts{man1dir}, $opts{man1ext}, $what); } } @@ -7,7 +7,7 @@ pod/pod2usage pod/podchecker pod/podselect utils/c2ph # link = utils/pstruct -utils/dproffpp +utils/dprofpp utils/h2ph utils/h2xs utils/perlbug @@ -16,5 +16,5 @@ utils/perldoc utils/pl2pm utils/splain x2p/a2p # pod = x2p/a2p.pod -x2p/findperl +x2p/find2perl x2p/s2p # link = x2p/psed |