summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL6
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'},
);