Module: Text::CSV::Unicode Description: Text::CSV::Unicode builds on Text::CSV to provides facilities for the composition and decomposition of comma-separated values. Text::CSV::Unicode handles input that includes 8-bit (and more) data. It is based on version 0.01 of Text::CSV, but has been reimplemented to use the current Text::CSV. Copying: Copyright (c) 2007, 2008, 2010, 2011, 2012, 2018 Robin Barker. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. lib/Text/CSV/Base.pm (version 0.01) was a direct copy of Text-CSV-0.01/CSV.pm, and t/base.t was a direct copy of Text-CSV-0.01/test.pl, with only the module name changed (and white-space changes), and these files are Copyright (c) 1997 Alan Citterman. Author: Robin Barker based on Text::CSV by Alan Citterman Prerequisites: perl 5.8.0 Build/Installation: Standard build/installation supported by ExtUtils::MakeMaker(3)... perl Makefile.PL make make test make install Recent Changes: Version 0.200 Reimplemented to use Text::CSV Version 0.115 2012/02/19 requires/skip_all for charnames Version 0.114 2012/02/06 strictness in tests Version 0.113 2011/08/24 Text::CSV::Base 0.041 allow undef input values in combine, without warnings