Got settlements working by adding an order_number method for submitting the transacti...
[Business-OnlinePayment-AuthorizeNet.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::AuthorizeNet',
6     'VERSION_FROM' => 'AuthorizeNet.pm', # finds $VERSION
7     'AUTHOR'       => 'Ivan Kohler <ivan-authorizenet@420.am>', #really just
8                                                                 #the maintainer
9     #'NORECURS'     => 1, # dont descend into subdirectories
10     'PREREQ_PM'    => {'Net::SSLeay' => 0, 'Text::CSV_XS' => 0},
11     #'dist'         => {CI => 'ci -l'},
12 );