Subject: | Module doesn't follow convention for the abstract section in pod |
Hi James,
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 for your module is:
=head1 ModInfo
ModInfo - Perl extension for providing metadata about a module's methods, properties, and
arguments
This should be something like:
=head1 NAME
Devel::ModInfo - manage metadata about a module's methods, properties, and arguments
Cheers,
Neil