summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-05-06 23:16:35 -0400
committerMitch Jackson <mitch@freeside.biz>2019-05-06 23:16:35 -0400
commit9d0fcadc17a8093a7135eacb70adffb6418f8bd8 (patch)
tree72bf3c0dcd41e5baf12752bd0c9222dcda468786 /Makefile.PL
parentad94b6619fd5cb6e1b014ab7282706780336af5b (diff)
Release v1.0HEADmaster
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 75b5625..142c0ae 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,6 +3,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Business::OnlinePayment::Bambora',
AUTHOR => 'Mitch Jackson <mitch@freeside.biz>',
+ LICENSE => 'agpl_3',
VERSION_FROM => 'lib/Business/OnlinePayment/Bambora.pm',
PREREQ_PM => {qw/
Business::OnlinePayment 0
@@ -11,8 +12,8 @@ WriteMakefile(
Data::Dumper 0
LWP::UserAgent 0
MIME::Base64 0
- Net::HTTPS 6.10
- Net::SSL
+ Net::HTTPS 6
+ Net::SSL 0
Time::HiRes 0
Unicode::Truncate 0
URI::Escape 0