summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e59aed9..7894536 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,11 +3,11 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Business::OnlinePayment::InternetSecure',
- AUTHOR => 'Frederic Briere <fbriere@fbriere.net>',
+ AUTHOR => 'Frédéric Brière <fbriere@fbriere.net>',
VERSION_FROM => 'InternetSecure.pm',
ABSTRACT_FROM => 'InternetSecure.pm',
PREREQ_PM => {
- 'Business::OnlinePayment' => 0,
+ 'Business::OnlinePayment' => 2,
'Net::SSLeay' => 0,
'XML::Simple' => 0,
},