From 2b847ae10c7b42b9207fddb94579c7f67bf9a004 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 14 Aug 2002 01:01:16 +0000 Subject: 1.01 --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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 ', #'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'}, ); -- cgit v1.2.1