From 961018f69f4e41539aea86d79c82a93f77871ad9 Mon Sep 17 00:00:00 2001 From: plobbes Date: Sat, 18 Oct 2008 18:25:26 +0000 Subject: [PATCH] - fix HTTPS requires to match code --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 5c4c816..002bcd7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ WriteMakefile( VERSION_FROM => 'PayflowPro.pm', PREREQ_PM => { Business::OnlinePayment => '3', - Business::OnlinePayment::HTTPS => '0.05', + Business::OnlinePayment::HTTPS => '0.06', CGI => 0, Digest::MD5 => 0, }, -- 2.11.0