Subject: | Module doesn't follow convention for the abstract or synopsis |
Hi Konstantin,
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
Convert::Cyr, chcp - Perl module for change cyrillic code page
of a text.
This should be:
=head1 NAME
Convert::Cyr - convert Cyrillic text from one character set to another
Also, the synopsis should be indented by at least one space, so the code is rendered verbatim.
Cheers,
Neil