Fixing typo Test::CSV should be Text::CSV
authorChris Cormack <chris@snaga.liblime.co.nz>
Thu, 8 Nov 2007 22:20:17 +0000 (16:20 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 9 Nov 2007 00:07:28 +0000 (18:07 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

Makefile.PL [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 3cb4756..e7c6f2c
@@ -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,