debian package for 3.24 release
[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'    => { 'Text::CSV_XS' => 0,
8                         'Business::OnlinePayment' => 3,
9                         'Business::OnlinePayment::HTTPS' => 0,
10                         'Net::HTTPS::Any' => 0,
11                         'Test::More' => 0.42,
12                         'Tie::IxHash' => 0,
13                         'XML::Simple' => 0,
14                         'XML::Writer' => 0,
15                       },
16 );