From 5b19a005ba736b8be87b02fde5d771daa65dd65f Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 9 Nov 2007 00:58:30 +0000 Subject: [PATCH] passing options to set_default required --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ', 'PREREQ_PM' => { - 'Business::OnlinePayment' => 3, + 'Business::OnlinePayment' => 3.00_06, 'Business::OnlinePayment::HTTPS' => 0.04, }, ); -- 2.11.0