Skip Menu |

This queue is for tickets about the Lingua-EN-FindNumber CPAN distribution.

Report information
The Basics
Id: 80442
Status: resolved
Priority: 0/
Queue: Lingua-EN-FindNumber

People
Owner: NEILB [...] cpan.org
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.2
Fixed in: 1.30



Subject: No LICENSE or ABSTRACT in META.*

Long story:

http://blogs.perl.org/users/ke ntnl_kent_fredric/2012/05/ensu re-abstract-and-license-fields -in-your-meta.html

Short story / Solution

--- Makefile.PL    2012-10-28 13:23:40.227502313 +1300
+++ Makefile.PL.new    2012-10-28 13:25:09.923181641 +1300
@@ -7,4 +7,5 @@
     ABSTRACT_FROM => 'lib/Lingua/EN/FindNumber.pm',
     AUTHOR        => 'Tony Bowden',
     PREREQ_PM     => { 'Lingua::EN::Words2Nums' => 0 },
+    LICENSE       => 'perl',

 );

 

And then rebuild/release. ABSTRACT /should/ work as long as you use a recent EUMM, it just seems the original release you made of this was too old to support ABSTRACT_FROM

Thanks.


On 2012-10-28 13:26:49, KENTNL wrote:
Show quoted text
> Long story:
>
> http://blogs.perl.org/users/ke ntnl_kent_fredric/2012/05/ensu
> re-abstract-and-license-fields -in-your-meta.html
>

Argh. RT Fails and breaks links.

 

http://blogs.perl.org/users/kentnl_kent_fredric/2012/05/ensure-abstract-and-license-fields-in-your-meta.html
 

Thanks Kent -- fixed in 1.30 Neil