Subject: | Module doesn't have an abstract |
Hi,
Your module doesn't have an abstract in the pod. Ie it should have
=head1 NAME
MooX::Log::Any - role to add Log::Any
You could get the appropriate Dist::Zilla plugin to generate it for you, given you have the # ABSTRACT comment, or you could put it in yourself.
I would have submitted a pull request, but although I found your github repo for this dist, you haven't pushed the latest version of the dist to it :-)
If you do bring the github repo up to date, you could add this line to your dist.ini:
[GithubMeta]
Which will put the repo information in the metadata, and it will then appear in the sidebar on MetaCPAN.
Cheers,
Neil