Initial import
[Business-OnlinePayment-eWay.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'NAME'         => 'Business::OnlinePayment::eWay',
6     'VERSION_FROM' => 'eWay.pm', # finds $VERSION
7     'AUTHOR'       => 'Jeff Finucane <jeff@cmh.net>',
8     'PREREQ_PM'    => { 'Net::SSLeay' => 0,
9                         'Business::OnlinePayment' => 0,
10                         'Business::CreditCard' => 0.27,
11                         'XML::Simple' => 2.14,
12                       },
13 );