Browse Source

Fixing typo Test::CSV should be Text::CSV

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Chris Cormack 17 years ago
committed by Joshua Ferraro
parent
commit
a740bcda76
  1. 2
      Makefile.PL

2
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,

Loading…
Cancel
Save