X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-IPPay.git;a=blobdiff_plain;f=Makefile.PL;h=e1e71e4972d289f0c26a96fe71bc41f12d049c6f;hp=f522ecc08227082f18b7f536a568f183674b3816;hb=HEAD;hpb=18935a05828a0a5afd3ae11c78905754dbaeedb2 diff --git a/Makefile.PL b/Makefile.PL index f522ecc..e1e71e4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,9 +2,10 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Business::OnlinePayment::IPPay', 'VERSION_FROM' => 'IPPay.pm', # finds $VERSION - 'AUTHOR' => 'Jeff Finucane ', + 'AUTHOR' => 'Ivan Kohler ', 'PREREQ_PM' => { 'Business::OnlinePayment' => 3, 'Business::OnlinePayment::HTTPS' => 0.09, + 'Locale::Country' => 2, 'Test::More' => 0.42, 'Tie::IxHash' => 0, 'XML::Simple' => 0,