diff options
author | fbriere <fbriere> | 2006-02-14 01:07:16 +0000 |
---|---|---|
committer | fbriere <fbriere> | 2006-02-14 01:07:16 +0000 |
commit | f8a684f8918d5c8fb65bffba1adf5f6dede0bb75 (patch) | |
tree | ea2d1ae62924a72e4e27c592ca465b4abfe95997 /Makefile.PL | |
parent | 117b28d8b8364db55a208e9c6c9bdcc750becbcf (diff) |
Little update
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 4 |
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, }, |