Subject: | META.* does not specify LICENSE |
http://blogs.perl.org/users/kentnl_kent_fredric/2012/05/ensure-abstract-and-license-fields-in-your-meta.html
The short of it is just:
--- Makefile.PL 2012-10-28 15:13:21.602948241 +1300
+++ Makefile.PL.new 2012-10-28 15:13:51.093841365 +1300
@@ -7,7 +7,8 @@
$] < 5.005 ? () : (
AUTHOR => 'Joey Hess <joey@kitenet.net>',
ABSTRACT_FROM => 'Words2Nums.pm',
- )
+ ),
+ LICENSE => 'perl',
);
# The version is pulled from the debian changelog, to avoid having to keep
Thanks.