X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=daa21a6a247f9a97cd9a13df3bbe405842672417;hb=d70b814f88d5d851f09c9cf45ec804156b3fa8f7;hp=72e98662704621ebcaa69787ea12ec676bfd58de;hpb=a906edd8acfc363934aecc7b035e92aad117f602;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/Makefile.PL b/Makefile.PL index 72e9866..daa21a6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,6 @@ 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}, #'dist' => {CI => 'ci -l'}, );