diff options
author | jeff <jeff> | 2007-11-09 00:58:30 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-11-09 00:58:30 +0000 |
commit | 5b19a005ba736b8be87b02fde5d771daa65dd65f (patch) | |
tree | a2edf4bb68262018e39f7ef773e1d81bc001f079 | |
parent | 7a29b217584b2992ca6e90db905957263a1e1b8a (diff) |
-rw-r--r-- | Makefile.PL | 2 |
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, }, ); |