From b1bec03facfa30b4e8a527100b6ef39081e6f11f Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 20 May 2007 20:15:17 +0000 Subject: [PATCH] depend on B:OP v3 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index b61410b..ef9ad1a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ WriteMakefile( NAME => 'Business::OnlinePayment::TransactionCentral', VERSION_FROM => 'lib/Business/OnlinePayment/TransactionCentral.pm', # finds $VERSION PREREQ_PM => { - 'Business::OnlinePayment' => 0, + 'Business::OnlinePayment' => 3, # for HTTPS (maybe it should be a separate dist?) 'URI::Escape' => 0, -- 2.11.0