next if /^#/;
chomp;
$_ = $1 if /#.*pod\s*=\s*(\S+)/;
- my ($where, $what) = m|^(.*)/(.*)|;
+ my ($where, $what) = m|^(.*?)/(\S+)|;
runpod2man($where, $opts{man1dir}, $opts{man1ext}, $what);
- if (($where, $what) = /#.*link\s*=\s*(\S+)/) {
+ if (($where, $what) = m|#.*link\s*=\s*(\S+)/(\S+)| {
runpod2man($where, $opts{man1dir}, $opts{man1ext}, $what);
}
}
utils/pl2pm
utils/splain
utils/dproffpp
-x2p/s2p # link = xsp/psed
+x2p/s2p # link = x2p/psed
x2p/findperl
x2p/a2p # pod = x2p/a2p.pod
pod/pod2man