perl-Text-CSV/perl-Text-CSV.changes

32 lines
1.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Mar 17 08:16:11 UTC 2010 - lars@linux-schulserver.de
- update to 1.17:
+ 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
-------------------------------------------------------------------
Tue Jun 2 09:20:47 CEST 2009 - lars@linux-schulserver.de
- update to 1.12
-------------------------------------------------------------------
Sun Nov 30 07:50:17 CET 2008 - lars@linux-schulserver.de
- initial version 1.10