- update to 1.20:

- couldn't parse the csv containing the column starting with '0'. (hiratara)
     * patched by hiratara
     * enhanced getline regexp (makamaka)
     * resolved a bug in bleadperl-fb85c04
   - added tests into t/71_pp.t (hiratara)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=5
This commit is contained in:
Dirk Mueller 2010-11-03 12:16:30 +00:00 committed by Git OBS Bridge
parent 411546936c
commit 702caa7858
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42bc1b598b74b36e2e6d3b7f2fd7c9bc2a412c20a954f31f9e27973cfea29342
size 44820

3
Text-CSV-1.20.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92569f876b5473b98725f1701b48168ebc60bab31f7b3fd9a7db02c6a0c48d96
size 45204

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 3 13:16:04 CET 2010 - dmueller@suse.de
- update to 1.20:
- couldn't parse the csv containing the column starting with '0'. (hiratara)
* patched by hiratara
* enhanced getline regexp (makamaka)
* resolved a bug in bleadperl-fb85c04
- added tests into t/71_pp.t (hiratara)
-------------------------------------------------------------------
Sun Oct 17 17:40:00 UTC 2010 - chris@computersalat.de

View File

@ -22,7 +22,7 @@
Name: perl-Text-CSV
%define cpan_name Text-CSV
Summary: Comma-separated values manipulator (using XS or PurePerl)
Version: 1.19
Version: 1.20
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl