X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=64794737780d9cf0ec5d556362afcbe7c988ecf0;hb=5b19a005ba736b8be87b02fde5d771daa65dd65f;hp=f9eaa1a3ff8eb5839818a817284ad70e1b3f93e8;hpb=33468536729cb00592ce4ac4af3594b32a8bddb5;p=Business-OnlinePayment-viaKLIX.git diff --git a/Makefile.PL b/Makefile.PL index f9eaa1a..6479473 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,8 +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, - 'Business::CreditCard' => 0.27, }, );