From: jeff Date: Fri, 9 Nov 2007 00:58:30 +0000 (+0000) Subject: passing options to set_default required X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-viaKLIX.git;a=commitdiff_plain;h=5b19a005ba736b8be87b02fde5d771daa65dd65f passing options to set_default required --- 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, }, );