From b6421adda7f22051258615300c2945d675d1feee Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Tue, 11 Dec 2007 11:14:15 +0100 Subject: [PATCH] Adding Text::CSV_XS dependancy Signed-off-by: Joshua Ferraro --- Makefile.PL | 1 + about.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 7c45586ecf..7b59a44f4a 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -141,6 +141,7 @@ WriteMakefile( 'Test::Harness' => 2.56, 'Test::More' => 0.62, 'Text::CSV' => 0.01, +'Text::CSV_XS' => 0.32, 'Text::Wrap' => 2005.082401, 'Time::HiRes' => 1.86, 'Time::localtime' => 1.02, diff --git a/about.pl b/about.pl index c6ccf70eaa..b1a7b881eb 100755 --- a/about.pl +++ b/about.pl @@ -102,6 +102,7 @@ Test Test::Harness Test::More Text::CSV +Text::CSV_XS Text::Wrap Time::HiRes Time::localtime -- 2.20.1