Patch From Steve Simitzis for better compatiblity with eProcessingNetwork's Authorize...
[Business-OnlinePayment-AuthorizeNet.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     'NAME'         => 'Business::OnlinePayment::AuthorizeNet',
4     'VERSION_FROM' => 'AuthorizeNet.pm', # finds $VERSION
5     'AUTHOR'       => 'Ivan Kohler <ivan-authorizenet@420.am>', #really just
6                                                                 #the maintainer
7     'PREREQ_PM'    => { 'Net::SSLeay' => 0,
8                         'Text::CSV_XS' => 0,
9                         'Business::OnlinePayment' => 0,
10                         'Test::More' => 0.42,
11                       },
12 );