Files
perl-Text-CSV-Unicode/perl-Text-CSV-Unicode.changes

96 lines
2.9 KiB
Plaintext

-------------------------------------------------------------------
Thu Nov 8 07:02:28 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.400
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
0.399_001 2018-09-27
Removed Text::CSV::Base
t/base.t tests Text::CSV::Base as 'empty subclass'
0.399_002 2018-10-01
Replace C<unless _ok()> with C<if _bad()>
0.400 2018-10-02
Removed Text::CSV::Base - except from tests
-------------------------------------------------------------------
Sat Sep 29 05:51:13 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.300
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
0.299_001 2018-09-27
Text::CSV::Base is redundant
Document always_quote in Text::CSV::Unicode
Drop charnames - not used
0.300 2018-09-28
Text::CSV::Unicode does not use Text::CSV::Base
Text::CSV::Base is redundant
Text::CSV::Unicode does not set C<always_quote => 1>
Text::CSV::Unicode C<binary => 1> is deprecated
-------------------------------------------------------------------
Wed Sep 26 06:00:25 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.201
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
-------------------------------------------------------------------
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
- updated to 0.115
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
0.113 2011-08-24
Update Text/CSV/Base.pm to version 0.041
Add t/combine-undef.t
- avoid warnings on undef values in input array to combine
0.114 2012-02-06
Some testers were failing with C<use strict> type failures
in the test scripts, despite no C<use strict>
- add <use strict;> and make the test scripts strict
0.115 2012-02-19
perl 5.15.5 fails due to faulty installation:
put in explicit require/skip_all for charnames
-------------------------------------------------------------------
Thu Apr 16 19:13:48 UTC 2015 - coolo@suse.com
- updated to 0.113
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
0.113 2011-08-24
Update Text/CSV/Base.pm to version 0.041
Add t/combine-undef.t
- avoid warnings on undef values in input array to combine
`
-------------------------------------------------------------------
Mon Feb 07 22:55:36 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.112)