diff options
author | ivan <ivan> | 2010-12-20 02:35:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-20 02:35:20 +0000 |
commit | 0aaa3a6a62a90d74f9fa23103e568888c905f7eb (patch) | |
tree | a16387690f4dc79b87da69bf0c675ba5038781a0 /Makefile.PL | |
parent | f82fc3906ef6014e0571f6cd25b0c995a239f454 (diff) |
- 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
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
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 <ivan-authorizenet@420.am>', #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, |