summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorivan <ivan>2002-04-23 01:34:54 +0000
committerivan <ivan>2002-04-23 01:34:54 +0000
commitf0129cade2265fea564ea56cb7dbcd70cb4776f0 (patch)
tree3302e1a6d0ffdff28e90cb1c9fd48b7b8ac3a40b /Makefile.PL
parentb80246e68a219a7812eef1150b66b2a9ecae2c1d (diff)
debugging information
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index daa21a6..f6d8bd9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,6 +7,9 @@ WriteMakefile(
'AUTHOR' => 'Ivan Kohler <ivan-authorizenet@420.am>', #really just
#the maintainer
#'NORECURS' => 1, # dont descend into subdirectories
- 'PREREQ_PM' => {'Net::SSLeay' => 0, 'Text::CSV_XS' => 0},
+ 'PREREQ_PM' => { 'Net::SSLeay' => 0,
+ 'Text::CSV_XS' => 0
+ 'Business::OnlinePayment' => 0,
+ },
#'dist' => {CI => 'ci -l'},
);