X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=1d233f2b2a81bc8c67bd9109a83948410acd241d;hb=d5754d06ec2a4784255c19ccf5163971f1fe7b20;hp=7a2be204afe2e464f29d622bba3a78383d7b95d7;hpb=f0bb572574c03a7f0a2473ded659a21efe653826;p=Business-CreditCard.git diff --git a/Makefile.PL b/Makefile.PL index 7a2be20..1d233f2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,9 @@ 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 + PREREQ_PM => { + 'Test::More' => 0, + } );