summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b098892..dbeed09 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@ WriteMakefile(
NAME => 'Business::OnlinePayment::Capstone',
VERSION_FROM => 'lib/Business/OnlinePayment/Capstone.pm', # finds $VERSION
PREREQ_PM => { # e.g., Module::Name => 1.1
- 'Business::OnlinePayment' => 0,
+ 'Business::OnlinePayment' => 3,
# for HTTPS (maybe it should be a separate dist?)
'URI::Escape' => 0,