19 Commits

Author SHA256 Message Date
Dirk Stoecker
85db9e1ee5 Accepting request 631495 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/631495
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=34
2018-08-27 12:24:53 +00:00
Dirk Stoecker
61c93a4e8d Accepting request 629332 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/629332
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=32
2018-08-24 11:15:12 +00:00
Stephan Kulow
0aa84250af Accepting request 491420 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/491420
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=30
2017-05-02 06:29:51 +00:00
Stephan Kulow
c97eaee9a0 Accepting request 487490 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/487490
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=28
2017-04-12 17:19:48 +00:00
Stephan Kulow
223122cac6 Accepting request 486295 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/486295
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=26
2017-04-08 06:12:35 +00:00
Stephan Kulow
8ed9d6fd90 Accepting request 484296 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/484296
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=25
2017-04-06 13:04:06 +00:00
Stephan Kulow
630557a2a6 Accepting request 459303 from devel:languages:perl:autoupdate
- updated to 1.91
   see /usr/share/doc/packages/perl-Text-CSV/Changes
  1.91  2017-01-28
      - production release
  
  1.90_01  2017-01-20
  	- Text::CSV_PP is totally refactored using the code/doc of
  	  Text::CSV_XS 1.27. Almost all the code/docs in CSV_XS.pm are
  	  copied and a large portion of CSV_XS.xs is ported verbatim,
  	  and now CSV_PP passes all the tests for CSV_XS (with slight
  	  modification like s/XS/PP/g).

OBS-URL: https://build.opensuse.org/request/show/459303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=23
2017-02-20 18:42:55 +00:00
Stephan Kulow
f921bc21a4 Accepting request 296541 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/296541
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=21
2015-04-15 05:05:09 +00:00
Stephan Kulow
f80ec980b0 - updated to 1.32
- fix t/rt71_pp.t
       - fix handling UTF8 in parse method.
       - fix getline with allow_loose_quotes (rt#83705)
       - add allow_unquoted_escape
       - fix parsing escapted sep char (found in Text::CSV_XS rt#81295)
       * TODO: Updating documents and adding diag_verbose in the next version
       - catch up Text::CSV_XS 0.99
           (except for diag_verbose and allow_unquoted_escape)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=19
2013-07-27 12:41:56 +00:00
Stephan Kulow
250b44733c merge
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=15
2012-01-11 09:44:06 +00:00
Stephan Kulow
1fe17beff2 - update to 1.21
* updated the compatibility for Text::CSV_XS version 0.80
  * added getline_all() and getaline_hr_all()
  * added missing test file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=12
2011-03-24 11:32:28 +00:00
Stephan Kulow
52a33877eb always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=10
2010-12-03 14:53:38 +00:00
Stephan Kulow
ce27da063a siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=9
2010-12-01 13:56:14 +00:00
OBS User autobuild
679c50a6e9 Autobuild autoformatter for 52073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=2
2010-11-05 16:13:20 +00:00
702caa7858 - 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
2010-11-03 12:16:30 +00:00
Christian Wittmer
411546936c update to 1.19, noarch pkg
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=4
2010-10-17 17:45:23 +00:00
Lars Vogdt
6832584805 - 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
2010-03-17 08:22:27 +00:00
Lars Vogdt
88e25576d3 update to 1.12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=2
2009-06-02 07:21:25 +00:00
Lars Vogdt
90bbd2f3a4 initial submit
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=1
2008-11-30 06:51:47 +00:00