From 0aaa3a6a62a90d74f9fa23103e568888c905f7eb Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 20 Dec 2010 02:35:20 +0000 Subject: - Incorporate Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes by Thomas Sibley and, using it, provide more descriptive error messages. - Switch to Business::OnlinePayment::HTTPS instead of using Net::SSLeay directly --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.PL') 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, -- cgit v1.2.1