8
0

- updated to 1.01

* Cache not re-read on getline_all (RT#86155)
    * Fix automatic UTF-8 in getline/parse for SV's with \0
    * Documents return value of bind_columns without arguments
    * Fix automatic UTF-8 in getline/parse
    * Clarify eol documentation
    * Move error_input to XS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=31
This commit is contained in:
Stephan Kulow
2013-07-27 12:27:57 +00:00
committed by Git OBS Bridge
parent 16ade8ab47
commit 5997fb92cd
4 changed files with 16 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-Text-CSV_XS
Version: 0.97
Version: 1.01
Release: 0
%define cpan_name Text-CSV_XS
Summary: comma-separated values manipulation routines
@@ -29,7 +29,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Text::CSV_XS)
Recommends: perl(Encode) >= 2.49
Recommends: perl(Encode) >= 2.51
%{perl_requires}
%description