Import of Business::OnlinePayment 2.01
[Business-OnlinePayment.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',
6     'VERSION_FROM' => 'OnlinePayment.pm', # finds $VERSION
7     'AUTHOR'       => 'Jason Kohles <email@jasonkohles.com>',
8     'NORECURS'     => 1, # dont descend into subdirectories
9     'PREREQ_PM'    => {'Net::SSLeay' => 0},
10     #'dist'         => {CI => 'ci -l'},
11 );