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)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 17 Nov 2008 15:51:24 +0000 (09:51 -0600)
commit93725f8ae417f33ae256ab35643d65711a3ef785
treed994b348f53afb52b0ad90cc143021d4133f8043
parent082ed86beb32651ea4e3c3f0112d1b2ae2f8232b
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]