- Added nonascii.patch from "T.J. Mather" <tjmather@maxmind.com> to
[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,
11                         'Text::CSV_XS' => 0,
12                         'Business::OnlinePayment' => 0,
13                       },
14     #'dist'         => {CI => 'ci -l'},
15 );