Upstream changes:
1.16 Tue Dec 8 19:02:58 2009
- updated the compatibility for Text::CSV_XS version 0.70
* Added quote_space attribute
* Forbad \r and \n in sep_char, quote_char, and escape_char
pkgsrc changes:
- Adjusting dependency to newly released Text::CSV_XS
Upstream changes:
1.15 Thu Oct 15 17:23:39 2009
- updated the compatibility for Text::CSV_XS version 0.69
* Auto detection of eol => "\r" in streams
(but incomplete correspondence. I will rewrite CSV_PP in the future)
pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.14 Thu Oct 8 15:02:24 2009
- updated the compatibility for Text::CSV_XS version 0.68
* 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
(not yet implemented localization feature for autodie)
* updated documents same as Text::CSV_XS
pkgsrc changes:
- Correcting license to ${PERL5_LICENSE}
Upstream changes:
1.13 Fri Jul 31 12:02:53 2009
- getline() didn't handle '0' starting multi line data
(pointed by Diego Santa Cruz).
update for LaTeX::Table 0.9.15.
Text::CSV provides facilities for the composition and decomposition of
comma-separated values using Text::CSV_XS or its pure Perl version.