add recurring_billing handling
[Business-OnlinePayment-PlugnPay.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::PlugnPay',
6     'VERSION_FROM' => 'PlugnPay.pm', # finds $VERSION
7     'AUTHOR'       => 'Jeff Finucane <jeff@cmh.net>',
8     'PREREQ_PM'    => { 
9                         'Business::OnlinePayment' => 3,
10                         'Business::OnlinePayment::HTTPS' => 0.04,
11                       },
12 );