- 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