add LICENSE when generating META.yml
[p5sagit/Module-Metadata.git] / maint / Makefile.PL.include
index 13fec7d..f6d8f11 100644 (file)
@@ -23,6 +23,7 @@ use warnings FATAL => 'all';
       %args,
       AUTHOR => 'Ken Williams <kwilliams@cpan.org>, Randy W. Sims <RandyS@ThePierianSpring.org>',
       ABSTRACT_FROM => $args{VERSION_FROM},
+      LICENSE => 'perl',
     );
   }
 }