From 94a434b779cdd76157abca2cd76c28fe964074ac Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Jan 2006 03:24:33 +0000 Subject: [PATCH] it does need B:OP v3 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.0