This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Recent changes can be (re)viewed in the public GIT repository at http://repo.or.cz/w/Text-CSV_XS.git Feel free to clone your own copy:
$ git clone http://repo.or.cz/r/Text-CSV_XS.git Text-CSV-XS
or get it as a tgz:
$ wget --output-document=Text-CSV_XS-git.tgz \
'http://repo.or.cz/w/Text-CSV_XS.git?a=snapshot;sf=tgz'
Build/Installation:
Standard build/installation:
perl Makefile.PL
make
make test
make install
(The 'make' step cannot be omitted for perl-5.005)
Interface design by Alan Citterman <alan@mfgrtl.com>
A pure-perl version is being maintained by Makamaka Hannyaharamitu as Text::CSV_PP, which tries to follow Text::CSV_XS very closely.
Text::CSV_PP is bundled in Text::CSV, which now is a wrapper module over Text::CSV_XS and Text::CSV_PP that will select Text::CSV_XS if available, and otherwise use Text::PP.