X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=6563db88749e25d2feff0e01b0cee29c353347a2;hb=5c45b7c673c0f047dbdb609ad0bf11b52d6918ce;hp=72e98662704621ebcaa69787ea12ec676bfd58de;hpb=a906edd8acfc363934aecc7b035e92aad117f602;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/Makefile.PL b/Makefile.PL index 72e9866..6563db8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,9 @@ WriteMakefile( 'AUTHOR' => 'Ivan Kohler ', #really just #the maintainer #'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => {'Net::SSLeay' => 0, 'Text::CSV' => 0}, + 'PREREQ_PM' => { 'Net::SSLeay' => 0, + 'Text::CSV_XS' => 0, + 'Business::OnlinePayment' => 0, + }, #'dist' => {CI => 'ci -l'}, );