Add LICENSE=>perl to Makefile.PL; add license to META.yml, closes: cpan #27735
[Business-CreditCard.git] / Makefile.PL
index 1d233f2..a0ecdac 100644 (file)
@@ -4,7 +4,8 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
     'NAME'         => 'Business::CreditCard',
     'VERSION_FROM' => 'CreditCard.pm', # finds $VERSION
-    PREREQ_PM       => {
+    'LICENSE'      => 'perl',
+    'PREREQ_PM'       => {
         'Test::More' => 0,
     }
 );