summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorivan <ivan>2002-02-12 23:29:43 +0000
committerivan <ivan>2002-02-12 23:29:43 +0000
commitd70b814f88d5d851f09c9cf45ec804156b3fa8f7 (patch)
tree992ab71ebf63efb5be14c50ebf3ab9415cc0fd03 /Makefile.PL
parent7faca106dd4192ecd906949e9a4aca08b582d04b (diff)
s/CSV/CSV_XS/ and 3.02
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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 <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'},
);