X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=38d90f774406ca279a5b1e2663e2d959012f9d0f;hb=49aca2a8e2538e4567cb8e801df96d2a371d5c2c;hp=0474271c49eef6c847cef4f7ba29bb33b5affda4;hpb=9098cc881aa72b5575c7e330e6211972c92ed824;p=Business-OnlinePayment-Jettis.git diff --git a/Makefile.PL b/Makefile.PL index 0474271..38d90f7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,9 +6,9 @@ WriteMakefile( 'VERSION_FROM' => 'Jettis.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', #'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => { 'Net::SSLeay' => 0, + 'PREREQ_PM' => { 'Net::SSLeay' => '0', #'Text::CSV_XS' => 0, - 'Business::OnlinePayment' => 0, + 'Business::OnlinePayment' => '0', #'Business::CreditCard' => 0.27, }, );