- update to 1.17:

+ fixed parse working when setting quote_char undef 
  + made Text::CSV_XS compat 0.71
    * Text::CSV->error_diag() in void context warns instead 
      of doing nothing
    * auto_diag also used for new () itself
    * Added quote_space attribute
    * Forbad \r and \n in sep_char, quote_char, and escape_char
    * Auto detection of eol => "\r" in streams
    * fail if first arg to new () is not a hash ref
    * added empty_is_undef
    * error_diag () uses warn () in void context instead of STDERR
    * added auto_diag attribute
    * updated documents same as Text::CSV_XS
  + added quote_null (introduced in Text::CSV_XS 0.72)
  + getline() didn't handle '0' starting multi line data
- use perl standard macros in specfile

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=3
This commit is contained in:
Lars Vogdt
2010-03-17 08:22:27 +00:00
committed by Git OBS Bridge
parent 88e25576d3
commit 6832584805
4 changed files with 27 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27dde65aa625c724cdbf193a1faff7918b49a6ae7ca2c403dde8337f27d9b0a5
size 38924

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

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

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Mar 17 08:16:11 UTC 2010 - lars@linux-schulserver.de
- update to 1.17:
+ fixed parse working when setting quote_char undef
+ made Text::CSV_XS compat 0.71
* Text::CSV->error_diag() in void context warns instead
of doing nothing
* auto_diag also used for new () itself
* Added quote_space attribute
* Forbad \r and \n in sep_char, quote_char, and escape_char
* Auto detection of eol => "\r" in streams
* fail if first arg to new () is not a hash ref
* added empty_is_undef
* error_diag () uses warn () in void context instead of STDERR
* added auto_diag attribute
* updated documents same as Text::CSV_XS
+ added quote_null (introduced in Text::CSV_XS 0.72)
+ getline() didn't handle '0' starting multi line data
- use perl standard macros in specfile
-------------------------------------------------------------------
Tue Jun 2 09:20:47 CEST 2009 - lars@linux-schulserver.de

View File

@@ -7,7 +7,7 @@
Name: perl-Text-CSV
%define real_name Text-CSV
Summary: CSV - comma-separated values manipulator
Version: 1.12
Version: 1.17
Release: 1
Url: http://search.cpan.org/perldoc?Text::CSV
Group: Development/Libraries/Perl
@@ -50,19 +50,13 @@ make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
rm -rf %{buildroot}
%files
%files -f %{name}.files
%defattr(-, root, root)
%doc Changes README MANIFEST
%doc %{_mandir}/man?/*
%dir %{perl_vendorarch}/auto/Text
%dir %{perl_vendorarch}/auto/Text/CSV
%dir %{perl_vendorlib}/Text
%{perl_vendorarch}/auto/Text/CSV/.packlist
%{perl_vendorlib}/Text/*
/var/adm/perl-modules/%{name}
%changelog