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 20dab75..6479473 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@ WriteMakefile(
'VERSION_FROM' => 'viaKLIX.pm', # finds $VERSION
'AUTHOR' => 'Jeff Finucane <jeff@cmh.net>',
'PREREQ_PM' => {
- 'Business::OnlinePayment' => 3,
+ 'Business::OnlinePayment' => 3.00_06,
'Business::OnlinePayment::HTTPS' => 0.04,
},
);