Subject: pod2man: missing '-' in name section is fatal
p5p-msgid: <yfmzpxcimsa.fsf@ls6.informatik.uni-dortmund.de>
unless (/\s*-+\s+/) {
$oops++;
warn "$0: Improper man page - no dash in NAME header in paragraph $. of $ARGV[0]\n"
- }
- %namedesc = split /\s+-+\s+/;
+ } else {
+ %namedesc = split /\s+-+\s+/;
+ }
last FCHECK;
}
next if /^=cut\b/; # DB_File and Net::Ping have =cut before NAME