From 78429ceb2371b6391925008c697f0757db085a7b Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 19 Nov 2002 23:41:24 +0000 Subject: 1.02 version can now parse BofA's new, incompatible settlement return --- Makefile.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 2f2ada7..db1ef2a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,10 +4,10 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Business::OnlinePayment::BankOfAmerica', 'VERSION_FROM' => 'BankOfAmerica.pm', # finds $VERSION - 'AUTHOR' => 'Ivan Kohler ', + 'AUTHOR' => 'Ivan Kohler ', #'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => { 'Net::SSLeay' => 0, - 'Business::OnlinePayment' => 0, + 'PREREQ_PM' => { 'Net::SSLeay' => '0', + 'Business::OnlinePayment' => '0', }, #'dist' => {CI => 'ci -l'}, ); -- cgit v1.2.1