s/JetPay/ippay/ per new spec
[Business-OnlinePayment-IPPay.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     'NAME'         => 'Business::OnlinePayment::IPPay',
4     'VERSION_FROM' => 'IPPay.pm', # finds $VERSION
5     'AUTHOR'       => 'Ivan Kohler <ivan-ippay@freeside.biz>',
6     'PREREQ_PM'    => { 'Business::OnlinePayment' => 3,
7                         'Business::OnlinePayment::HTTPS' => 0.09,
8                         'Locale::Country'         => 2,
9                         'Test::More'              => 0.42,
10                         'Tie::IxHash'             => 0,
11                         'XML::Simple'             => 0,
12                         'XML::Writer'             => 0,
13                       },
14 );