X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=baa24c83ff2ae92e022270929ac167bea2045a16;hb=8946b6f68bce2003d760233a3ed0721287dfcb86;hp=6476f7ad188c331222b312580ac9b51b3a08d36d;hpb=511331906b11bc8f104f49b164a0a4b262099b0d;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/Makefile.PL b/Makefile.PL index 6476f7a..baa24c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,10 +4,10 @@ WriteMakefile( 'VERSION_FROM' => 'AuthorizeNet.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', #really just #the maintainer - 'PREREQ_PM' => { 'Net::SSLeay' => 0, - 'Text::CSV_XS' => 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,