Subject: | Module doesn't follow convention for the abstract section in pod |
Hi,
The pod abstract for your module doesn't follow the conventions, and as a result MetaCPAN and search.cpan.org (and possibly other tools) can't extract an abstract for your module. This means that MetaCPAN doesn't present the module in the usual way, in search results.
The abstract is:
=head1 NAME
$Revision: 1.3 $
B<Apache::Centipaid> - mod_perl AuthenHandler
It should be:
=head1 NAME
Apache::Centipaid - mod_perl AuthenHandler
And you could have a separate pod section giving the version:
=head1 VERSION
This describes version 1.3 of Centipaid.
Cheers,
Neil