Subject: | Please specify LICENSE and ABSTRACT in META.{yml,json} |
http://blogs.perl.org/users/kentnl_kent_fredric/2012/05/ensure-abstract-and-license-fields-in-your-meta.html
As with the similar bug I posted for Lingua-Translate:
https://metacpan.org/source/SAMV/Pod-Constants-0.16/Makefile.PL
https://metacpan.org/source/SAMV/Pod-Constants-0.16/META.yml
All you need is
+ LICENSE => 'perl',
And then regenerate META.* with a modern version of EUMM.
( Because ABSTRACT_FROM and ABSTRACT keys should work to provide an 'abstract' field in the metadata )
Thanks