X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=baa24c83ff2ae92e022270929ac167bea2045a16;hb=8946b6f68bce2003d760233a3ed0721287dfcb86;hp=72e98662704621ebcaa69787ea12ec676bfd58de;hpb=a906edd8acfc363934aecc7b035e92aad117f602;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/Makefile.PL b/Makefile.PL index 72e9866..baa24c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +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' => 0}, - #'dist' => {CI => 'ci -l'}, + '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, + }, );