From a740bcda76563a4005a28f685912c3d489c971df Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 8 Nov 2007 16:20:17 -0600 Subject: [PATCH] Fixing typo Test::CSV should be Text::CSV Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Makefile.PL diff --git a/Makefile.PL b/Makefile.PL old mode 100644 new mode 100755 index 3cb4756741..e7c6f2c769 --- a/Makefile.PL +++ b/Makefile.PL @@ -136,7 +136,7 @@ WriteMakefile( 'Test' => 1.25, 'Test::Harness' => 2.56, 'Test::More' => 0.62, -'Test::CSV' => 0.01, +'Text::CSV' => 0.01, 'Text::Wrap' => 2005.082401, 'Time::HiRes' => 1.86, 'Time::localtime' => 1.02, -- 2.39.2