s/CSV/CSV_XS/ and 3.02
[Business-OnlinePayment-AuthorizeNet.git] / Makefile.PL
index 72e9866..daa21a6 100644 (file)
@@ -7,6 +7,6 @@ WriteMakefile(
     'AUTHOR'       => 'Ivan Kohler <ivan-authorizenet@420.am>', #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'},
 );