X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Bambora.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=50a2906b721cb18bb59a2283f11fd1628df63d2e;hp=b9f2f3df9a040b4167d99861bd10f4b48714a421;hb=631b0b39ddec1ee0e41bf30bdb47e84cfd8502ec;hpb=f6e9a80b5e51800104b7587bb445324ffaec2509 diff --git a/Makefile.PL b/Makefile.PL index b9f2f3d..50a2906 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,13 @@ 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