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
https://metacpan.org/source/IAN/Acme-LAUTER-DEUTSCHER-1.02/META.yml
Fix should be straight forward:
1. Add << LICENSE => 'perl' >> to %config in Makefile.PL
2. Build with a version of EUMM that supports << ABSTRACT_FROM >>
3. Alternatively, manually specify abstract via << ABSTRACT => >>
Thanks =)