X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=6f152516285c3531543fb858865efed38198fb66;hb=8b1008fc81a3247c4f6f3314f784bda17a2b0fdb;hp=b9f2f3df9a040b4167d99861bd10f4b48714a421;hpb=40669843fb6bf03fd80cb0311cdfa90aec55bb1a;p=Business-OnlinePayment-Bambora.git diff --git a/Makefile.PL b/Makefile.PL index b9f2f3d..6f15251 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,8 +6,16 @@ WriteMakefile( VERSION_FROM => 'lib/Business/OnlinePayment/Bambora.pm', PREREQ_PM => {qw/ Business::OnlinePayment 0 + Carp 0 + Data::Dumper 0 + LWP::UserAgent 0 + MIME::Base64 0 + Time::HiRes 0 + Unicode::Truncate 0 + URI::Escape 0 /}, TEST_REQUIRES => {qw/ Test::More 0 + Business::CreditCard 0 /} );