Subject: | Module doesn't follow convention for the abstract section in pod |
Hi again :-)
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 pod currently starts with:
=pod
Net::Server::Mail::ESMTP::AUTH - An extension to provide
support for SMTP Authentification with Net::Server::Mail::ESMTP module
This could be changed to:
=head1 NAME
Net::Server::Mail::ESMTP::AUTH - SMTP Authentification extensions for Net::Server::Mail::ESMTP
If you're not interested in Perl any more, I'd be happy to do a release to address this. I'd also fix up the dist to follow modern conventions for CPAN distributions.
Cheers,
Neil