X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=baa24c83ff2ae92e022270929ac167bea2045a16;hb=f7545ec5b072a46f6d08e4bf19bc5d1edb25ce94;hp=f6d8bd925437f104c720cafe2b5afbb7a8088007;hpb=f0129cade2265fea564ea56cb7dbcd70cb4776f0;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/Makefile.PL b/Makefile.PL index f6d8bd9..baa24c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,15 +1,16 @@ 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, + 'PREREQ_PM' => { 'Text::CSV_XS' => 0, + 'Business::OnlinePayment' => 3, + 'Business::OnlinePayment::HTTPS' => 0, + 'Net::HTTPS::Any' => 0, + 'Test::More' => 0.42, + 'Tie::IxHash' => 0, + 'XML::Simple' => 0, + 'XML::Writer' => 0, }, - #'dist' => {CI => 'ci -l'}, );