Subject: | abstract should have an =head1 NAME heading |
Hi,
The pod for your module's abstract is:
=head1 NAME
Pod::Checker, podchecker() - check pod documents for syntax errors
This should really be:
=head1 NAME
Pod::Checker - check pod documents for syntax errors
Ie just the module name before the '-' character. Various tools / parsers expect the conventional format, and fail to find the abstract if they don't see it the expected format. For example, MetaCPAN doesn't display your module as expected in search results.
Cheers,
Neil