X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=1f9c26521db8cda63bdf8a21c68962866338fd88;hb=39541291959ba143c5a9e8272b45d49aea654f35;hp=6563db88749e25d2feff0e01b0cee29c353347a2;hpb=613a646d7362d686c7b1f241b1bb47db50968de7;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/Makefile.PL b/Makefile.PL index 6563db8..1f9c265 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,15 +1,12 @@ 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::OnlinePayment::AuthorizeNet', 'VERSION_FROM' => 'AuthorizeNet.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', #really just #the maintainer - #'NORECURS' => 1, # dont descend into subdirectories 'PREREQ_PM' => { 'Net::SSLeay' => 0, 'Text::CSV_XS' => 0, 'Business::OnlinePayment' => 0, + 'Test::More' => 0.42, }, - #'dist' => {CI => 'ci -l'}, );