Dependencies in Makefile.PL
authorMitch Jackson <mitch@freeside.biz>
Tue, 23 Apr 2019 02:44:01 +0000 (22:44 -0400)
committerMitch Jackson <mitch@freeside.biz>
Tue, 23 Apr 2019 02:44:01 +0000 (22:44 -0400)
Makefile.PL

index b9f2f3d..50a2906 100755 (executable)
@@ -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