X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=78945366ea0fb5e3d6b57da047af51e542d0a062;hb=dee8162ed1772cded92c39a188dd584bd847318f;hp=e59aed9b0f0520bc7791d2151d3544ecf4914bff;hpb=7af3e137d97474aa364a585359bbfb400f0594cf;p=Business-OnlinePayment-InternetSecure.git 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 ', + AUTHOR => 'Frédéric Brière ', VERSION_FROM => 'InternetSecure.pm', ABSTRACT_FROM => 'InternetSecure.pm', PREREQ_PM => { - 'Business::OnlinePayment' => 0, + 'Business::OnlinePayment' => 2, 'Net::SSLeay' => 0, 'XML::Simple' => 0, },