Subject: | test failures with unicode |
$ perl -v
This is perl 5, version 18, subversion 1 (v5.18.1) built for x86_64-linux
$ export PERL_UNICODE=SDAL
$ cpanm Text::CSV_XS
--> Working on Text::CSV_XS
Fetching http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.18.tgz ... OK
Configuring Text-CSV_XS-1.18 ... OK
Building and testing Text-CSV_XS-1.18 ... FAIL
! Installing Text::CSV_XS failed. See /home/mla/.cpanm/work/1433722016.21451/build.log for details. Retry with --force to force install it.
$ unset PERL_UNICODE
$ cpanm Text::CSV_XS
--> Working on Text::CSV_XS
Fetching http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.18.tgz ... OK
Configuring Text-CSV_XS-1.18 ... OK
Building and testing Text-CSV_XS-1.18 ... OK
Successfully installed Text-CSV_XS-1.18
1 distribution installed