X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-OCV.git;a=blobdiff_plain;f=Makefile.PL;h=dabbbab46014e77762f7fa93fca512055c8de181;hp=27e1d6b2382e70c0b18237a3254e82c2ffa62b92;hb=152b30841449eeec51a3d2d200d7c1ac064d648c;hpb=c89f1feb1e47f58668c9852f19893050ab3982cf diff --git a/Makefile.PL b/Makefile.PL index 27e1d6b..dabbbab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,11 +6,11 @@ WriteMakefile( 'VERSION_FROM' => 'OCV.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, - 'Business::OCV' => 0, + 'Business::OCV' => '0', }, );