X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=a0ecdac6b82bbc4292303db73c8d5172a86282bd;hb=refs%2Fheads%2Fmaster;hp=1d233f2b2a81bc8c67bd9109a83948410acd241d;hpb=d5754d06ec2a4784255c19ccf5163971f1fe7b20;p=Business-CreditCard.git diff --git a/Makefile.PL b/Makefile.PL index 1d233f2..a0ecdac 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, } );