summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2007-11-09 00:58:30 +0000
committerjeff <jeff>2007-11-09 00:58:30 +0000
commit5b19a005ba736b8be87b02fde5d771daa65dd65f (patch)
treea2edf4bb68262018e39f7ef773e1d81bc001f079
parent7a29b217584b2992ca6e90db905957263a1e1b8a (diff)
passing options to set_default requiredHEADmaster
-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,
},
);