X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=2f2ada7d052e934bd4b92e0f918ebf60eb67bd7d;hb=2b847ae10c7b42b9207fddb94579c7f67bf9a004;hp=cbeb20f65d059322646fafdde8e5030c5eeb63f8;hpb=7d273cd94a994ff10dcf1a373b6f2747d2ffc9e0;p=Business-OnlinePayment-BankOfAmerica.git diff --git a/Makefile.PL b/Makefile.PL index cbeb20f..2f2ada7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,8 @@ WriteMakefile( 'VERSION_FROM' => 'BankOfAmerica.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', #'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => {'Net::SSLeay' => 0 }, #, 'Text::CSV' => 0}, + 'PREREQ_PM' => { 'Net::SSLeay' => 0, + 'Business::OnlinePayment' => 0, + }, #'dist' => {CI => 'ci -l'}, );