Subject: | module doesn't follow convention for the abstract section in pod |
Hi Hans,
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.
Your abstract is:
=head1 NAME
Locale::Framework::gettext, a Locale::gettext backend for Locale::Framework.
The convention expects ' - ' between the module name and the one-line description:
=head1 NAME
Locale::Framework::gettext - a Locale::gettext backend for Locale::Framework
Also there usually isn't a full stop / period at the end of the description.
Cheers,
Neil