This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Magic numbers in B::Concise
[perl5.git] / installman
index 2eaab1b..360d4f3 100755 (executable)
@@ -83,7 +83,7 @@ while (<UTILS>) {
     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+)|) {