Skip Menu |

This queue is for tickets about the Acme-LAUTER-DEUTSCHER CPAN distribution.

Report information
The Basics
Id: 80627
Status: new
Priority: 0/
Queue: Acme-LAUTER-DEUTSCHER

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.02
Fixed in: (no value)



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 =)