diff options
Diffstat (limited to 'pod/pod2man.PL')
-rw-r--r-- | pod/pod2man.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/pod2man.PL b/pod/pod2man.PL index 8c054ca521..85c98c55e3 100644 --- a/pod/pod2man.PL +++ b/pod/pod2man.PL @@ -402,7 +402,7 @@ if ($name ne 'something') { $oops++; warn "$0: Improper man page - no dash in NAME header in paragraph $. of $ARGV[0]\n" } - %namedesc = split /\s+-\s+/; + %namedesc = split /\s+-+\s+/; last FCHECK; } next if /^=cut\b/; # DB_File and Net::Ping have =cut before NAME |