summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorivan <ivan>2002-08-14 01:01:16 +0000
committerivan <ivan>2002-08-14 01:01:16 +0000
commit2b847ae10c7b42b9207fddb94579c7f67bf9a004 (patch)
tree861dcd47bce0678241f8f4fa14f9c81f9c3d67c7 /Makefile.PL
parent351f9da3465b9901cfe596b4420cd8cb64e4e347 (diff)
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'},
);