9
0

- updated to 0.86

* Introduce quote_binary attribute
    * Update copyright to 2012
    * Versions
    * Fixed a utf8::decode on undef (found by perl-5.15.7)
    * Fixed localized $/ interference with other handles (RT#74216)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=25
This commit is contained in:
Stephan Kulow
2012-02-17 08:49:51 +00:00
committed by Git OBS Bridge
parent 23d1d4e8ff
commit d60f5005f6
4 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 17 08:46:58 UTC 2012 - coolo@suse.com
- updated to 0.86
* Introduce quote_binary attribute
* Update copyright to 2012
* Versions
* Fixed a utf8::decode on undef (found by perl-5.15.7)
* Fixed localized $/ interference with other handles (RT#74216)
-------------------------------------------------------------------
Tue Nov 29 20:49:32 UTC 2011 - coolo@suse.com