Update Makefile prereq
[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     Carp 0
10     Cpanel::JSON::XS 0
11     Data::Dumper 0
12     LWP::UserAgent 0
13     MIME::Base64 0
14     Time::HiRes 0
15     Unicode::Truncate 0
16     URI::Escape 0
17   /},
18   TEST_REQUIRES => {qw/
19     Test::More 0
20     Business::CreditCard 0
21   /}
22 );