X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=1f9c26521db8cda63bdf8a21c68962866338fd88;hb=63544739784abac4d9740323b609e554d58584e6;hp=6563db88749e25d2feff0e01b0cee29c353347a2;hpb=8bad888bb21187ddb50bda55961f7c29acdb359d;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'}, );