diff options
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, |