From: fbriere Date: Tue, 14 Feb 2006 01:07:16 +0000 (+0000) Subject: Little update X-Git-Tag: V0_01~48 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-InternetSecure.git;a=commitdiff_plain;h=f8a684f8918d5c8fb65bffba1adf5f6dede0bb75 Little update --- 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, },