On 2014-03-08 04:50:33, NEILB wrote:
Show quoted text> Hi,
>
> Your module doesn't have an abstract section in the pod. There are
> various tools that expect it to be there. For example MetaCPAN
> presents your module differently from most modules, because it can't
> find an abstract. search.cpan.org too.
>
> Here's an example:
>
> =head1 NAME
>
> Net::SMS::TextMagic - send text messages via the TextMagic SMS service
>
> If you'd had a github repository, I would have sent a pull request.
t/99_kwalitee.t also fails because of this problem:
...
These tests should not be running unless AUTHOR_TESTING=1 and/or RELEASE_TESTING=1!
# Failed test 'has_abstract_in_pod'
# at t/99_kwalitee.t line 6.
# Error: No abstract (short description of a module) is found in pod from this distribution.
# Details:
# No abstracts in pod
# Remedy: Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.
# Looks like you failed 1 test of 17.
t/99_kwalitee.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/17 subtests