Results of CSV module analysis, testing various CSV modules and configs.
authorJoe Atzberger <joe.atzberger@liblime.com>
Fri, 7 Nov 2008 21:49:59 +0000 (15:49 -0600)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 03:11:15 +0000 (15:11 +1200)
commitc2958745cf2b5903e530ac3b08d05d0633e224c8
tree3dc58a38b0e8713c75503ef9018dedd255446eef
parent5f94fdd99974ccacdd60f163c03d59d73d45ece1
Results of CSV module analysis, testing various CSV modules and configs.

The upshot is that despite appearances, whe should NEVER use Text::CSV::Unicode
or any CSV module in non-binary mode.  Text::CSV works in binary mode
by using Text::CSV_XS, so the behavior is the same for both (in binary).

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
t/other/Text_CSV_Various.t [new file with mode: 0755]