summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index cbeb20f..2f2ada7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,6 +6,8 @@ WriteMakefile(
'VERSION_FROM' => 'BankOfAmerica.pm', # finds $VERSION
'AUTHOR' => 'Ivan Kohler <ivan-authorizenet@420.am>',
#'NORECURS' => 1, # dont descend into subdirectories
- 'PREREQ_PM' => {'Net::SSLeay' => 0 }, #, 'Text::CSV' => 0},
+ 'PREREQ_PM' => { 'Net::SSLeay' => 0,
+ 'Business::OnlinePayment' => 0,
+ },
#'dist' => {CI => 'ci -l'},
);