X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=a0ecdac6b82bbc4292303db73c8d5172a86282bd;hb=1a4db149ca64020773abfb587c70b0309d681e68;hp=7a2be204afe2e464f29d622bba3a78383d7b95d7;hpb=f0bb572574c03a7f0a2473ded659a21efe653826;p=Business-CreditCard.git diff --git a/Makefile.PL b/Makefile.PL index 7a2be20..a0ecdac 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,10 @@ use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( - 'NAME' => 'Business::CreditCard', + 'NAME' => 'Business::CreditCard', 'VERSION_FROM' => 'CreditCard.pm', # finds $VERSION + 'LICENSE' => 'perl', + 'PREREQ_PM' => { + 'Test::More' => 0, + } );