Subject: | Pod::Checker requires a comma or dash to recognize NAME |
The attached file when parsed by Pod::Checker does not extract the name.
Checker is expecting something of the form:
=head1 NAME
FOO - bar
And this file, which is an official one, only has FOO for the name,
without a hyphen and explanatory text. Running perldoc on the file does
extract the name.
I care because I'm changing the Perl 5 podcheck.t test, and I need the
names of such modules, which are included in the 5.12 distribution. The
line that matters is 1232. I'd change it myself, but wonder if there
are consequences that I'm unaware of to making the name just the first
\S+ characters.
Subject: | Backend.pm |
Message body is not shown because it is too large.