diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-24 23:56:18 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-24 23:56:18 +0000 |
commit | 84dc3c4daae48410e767ac41da148ac5c6c45446 (patch) | |
tree | 22b3c90c3712939c2c7a165b60ea3f0881a1af54 /pod/pod2man.PL | |
parent | 6f84cdf987838c544bcd95f51ff8d4f3ef90f529 (diff) | |
download | perl-84dc3c4daae48410e767ac41da148ac5c6c45446.tar.gz |
Clean up docmentation installation errors.
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 |