Content cvv2 is optional
[Business-OnlinePayment-Bambora.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4   NAME => 'Business::OnlinePayment::Bambora',
5   AUTHOR => 'Mitch Jackson <mitch@freeside.biz>',
6   VERSION_FROM => 'lib/Business/OnlinePayment/Bambora.pm',
7   PREREQ_PM => {qw/
8     Business::OnlinePayment 0
9   /},
10   TEST_REQUIRES => {qw/
11     Test::More 0
12   /}
13 );