passing options to set_default required
[Business-OnlinePayment-viaKLIX.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::viaKLIX',
6     'VERSION_FROM' => 'viaKLIX.pm', # finds $VERSION
7     'AUTHOR'       => 'Jeff Finucane <jeff@cmh.net>',
8     'PREREQ_PM'    => { 
9                         'Business::OnlinePayment' => 3.00_06,
10                         'Business::OnlinePayment::HTTPS' => 0.04,
11                       },
12 );