summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
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,