- updated to 1.91
see /usr/share/doc/packages/perl-Text-CSV/Changes
1.91 2017-01-28
- production release
1.90_01 2017-01-20
- Text::CSV_PP is totally refactored using the code/doc of
Text::CSV_XS 1.27. Almost all the code/docs in CSV_XS.pm are
copied and a large portion of CSV_XS.xs is ported verbatim,
and now CSV_PP passes all the tests for CSV_XS (with slight
modification like s/XS/PP/g).
OBS-URL: https://build.opensuse.org/request/show/459303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=23
- fix t/rt71_pp.t
- fix handling UTF8 in parse method.
- fix getline with allow_loose_quotes (rt#83705)
- add allow_unquoted_escape
- fix parsing escapted sep char (found in Text::CSV_XS rt#81295)
* TODO: Updating documents and adding diag_verbose in the next version
- catch up Text::CSV_XS 0.99
(except for diag_verbose and allow_unquoted_escape)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=19
+ fixed parse working when setting quote_char undef
+ made Text::CSV_XS compat 0.71
* Text::CSV->error_diag() in void context warns instead
of doing nothing
* auto_diag also used for new () itself
* Added quote_space attribute
* Forbad \r and \n in sep_char, quote_char, and escape_char
* Auto detection of eol => "\r" in streams
* fail if first arg to new () is not a hash ref
* added empty_is_undef
* error_diag () uses warn () in void context instead of STDERR
* added auto_diag attribute
* updated documents same as Text::CSV_XS
+ added quote_null (introduced in Text::CSV_XS 0.72)
+ getline() didn't handle '0' starting multi line data
- use perl standard macros in specfile
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=3