Browse Source

Adding Text::CSV_XS dependancy

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Paul POULAIN 16 years ago
committed by Joshua Ferraro
parent
commit
b6421adda7
  1. 1
      Makefile.PL
  2. 1
      about.pl

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

1
about.pl

@ -102,6 +102,7 @@ Test
Test::Harness
Test::More
Text::CSV
Text::CSV_XS
Text::Wrap
Time::HiRes
Time::localtime

Loading…
Cancel
Save