From: David Golden Date: Fri, 10 Dec 2010 17:07:49 +0000 (-0500) Subject: add LICENSE when generating META.yml X-Git-Tag: release_1.0.2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=e8c1f31589af6daf783fe2c81fd0410969c987ca add LICENSE when generating META.yml --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 13fec7d..f6d8f11 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -23,6 +23,7 @@ use warnings FATAL => 'all'; %args, AUTHOR => 'Ken Williams , Randy W. Sims ', ABSTRACT_FROM => $args{VERSION_FROM}, + LICENSE => 'perl', ); } }