diff options
author | ivan <ivan> | 2002-11-19 23:41:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-19 23:41:24 +0000 |
commit | 78429ceb2371b6391925008c697f0757db085a7b (patch) | |
tree | 34d1a75eb595db448303caafc72c47307a9243c7 /Makefile.PL | |
parent | 2b847ae10c7b42b9207fddb94579c7f67bf9a004 (diff) |
1.02 version can now parse BofA's new, incompatible settlement returnHEADBUSINESS_ONLINEPAYMENT_BANKOFAMERICA_1_02master
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 6 |
1 files changed, 3 insertions, 3 deletions
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 <ivan-authorizenet@420.am>', + 'AUTHOR' => 'Ivan Kohler <ivan-bankofamerica@420.am>', #'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'}, ); |