X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=baa24c83ff2ae92e022270929ac167bea2045a16;hb=8946b6f68bce2003d760233a3ed0721287dfcb86;hp=1f9c26521db8cda63bdf8a21c68962866338fd88;hpb=39541291959ba143c5a9e8272b45d49aea654f35;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/Makefile.PL b/Makefile.PL index 1f9c265..baa24c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,9 +4,13 @@ WriteMakefile( 'VERSION_FROM' => 'AuthorizeNet.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', #really just #the maintainer - '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, }, );