Accepting request 637159 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/637159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV-Unicode?expand=0&rev=4
This commit is contained in:
2018-09-22 20:27:21 +00:00
committed by Git OBS Bridge
parent 0024a3dfde
commit cd3008ec6f
4 changed files with 29 additions and 14 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Sep 22 06:04:05 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.200
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
0.200 2018-19-21
Completely rewritten to use Text::CSV
Allow unicode but not Cntrl in Text::CSV::Unicode
Allow all unicode with binary=>1, by dropping through to Text::CSV
combine() with undef produces different output: t/combine-undef.t
version() provided by Text::CSV::Version
- test as class method: t/unicode.t
-------------------------------------------------------------------
Thu Apr 16 19:13:49 UTC 2015 - coolo@suse.com