Subject: | Module doesn't follow convention for the abstract or synopsis |
Hi Fabrice,
The abstract for your Tie::Queue module doesn't follow the usual conventions. This means that services like MetaCPAN and search.cpan.org don't find the abstract, and thus don't present the module in the usual way.
Your abstract is currently:
=head1 Tie::Queue - Introduction
Tie::Queue - Tie an ARRAY over a TokyTyrant DB ( see http://tokyocabinet.sourceforge.net )
It should be something like:
=head1 NAME
Tie::Queue - tie an ARRAY over a TokyTyrant DB
The module name should not be indented.
Cheers,
Neil