X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installman;h=360d4f34f7db36e222f24d40873a23fac7e694b3;hb=553e1bccd86c250b3dbeaa468c16f0244c6db836;hp=47551623d03a1a5a02bbc884935982c251721f79;hpb=bf1ee2ba28fe97d6143744a53d7e6d6c9b174b60;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installman b/installman index 4755162..360d4f3 100755 --- a/installman +++ b/installman @@ -83,7 +83,7 @@ while () { next if /^#/; chomp; $_ = $1 if /#.*pod\s*=\s*(\S+)/; - my ($where, $what) = m|^(.*?)/(\S+)|; + my ($where, $what) = m|^(\S*)/(\S+)|; pod2man($where, $opts{man1dir}, $opts{man1ext}, $what); if ($has_man1dir) { if (my ($where2, $what2) = m|#.*link\s*=\s*(\S+)/(\S+)|) {