pod2man: missing '-' in name section shouldn't be fatal
Ulrich Pfeifer [Mon, 10 Feb 1997 17:38:45 +0000 (18:38 +0100)]
Subject: pod2man: missing '-' in name section is fatal

p5p-msgid: <yfmzpxcimsa.fsf@ls6.informatik.uni-dortmund.de>

pod/pod2man.PL

index 095b520..934d525 100644 (file)
@@ -404,8 +404,9 @@ if ($name ne 'something') {
                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