1
0
Commit Graph

64 Commits

Author SHA256 Message Date
Dominique Leuenberger
371d3f652c Accepting request 859040 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/859040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=44
2020-12-30 16:11:41 +00:00
b2d6b6d807 Accepting request 859013 from devel:languages:perl:autoupdate
- updated to 1.45
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.45	- 2020-12-24, H.Merijn Brand
      * Update to Devel::PPPort-3.60 (3.59 was b0rked)
      * Allow adding to existing data in csv (out => $ref)
      * examples/csv2xlsx : -L   # to limit records to export
      * examples/csv2xlsx : --de # for possible double-encoding fix
      * Update to Devel::PPPort-3.61
      * Update to Devel::PPPort-3.62
      * Add examples/csv-split
      * examples/csv2xlsx : Check if .xlsx is creatable before conversion
      * Small doc additions
      * Fix META issue for bugtracker

OBS-URL: https://build.opensuse.org/request/show/859013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=61
2020-12-28 14:33:13 +00:00
Dominique Leuenberger
67a1aa1cd8 Accepting request 823360 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/823360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=43
2020-07-30 07:58:22 +00:00
a639ef3075 Accepting request 823357 from devel:languages:perl:autoupdate
- updated to 1.44
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.44	- 2020-07-22, H.Merijn Brand
      * EBCDIC now fully functional
      * Prevent false negative CPANTESTERS fail reports
      * Fully tested on perl-5.32.0 and perl-5.33.0
      * Fix partly decoded fields in header (found by Eric Brine)

OBS-URL: https://build.opensuse.org/request/show/823357
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=59
2020-07-29 10:25:36 +00:00
Dominique Leuenberger
ab8845b2f3 Accepting request 809880 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/809880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=42
2020-06-03 18:30:33 +00:00
660f02a00c Accepting request 809859 from devel:languages:perl:autoupdate
updated to 1.43
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.43	- 2020-05-27, H.Merijn Brand
      * Add --parser-opt[=value] to csv-check
      * Add -L & -X to csv-check
      * Fix undef value in attribute setters for strings (issue 24)
      * Document quote (undef) is not supported

OBS-URL: https://build.opensuse.org/request/show/809859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=57
2020-05-28 09:12:52 +00:00
fc889ecddb Accepting request 808138 from devel:languages:perl:autoupdate
updated to 1.42
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.42	- 2020-05-19, H.Merijn Brand
      * Update to Devel::PPPort-3.58
      * Unicode fixes for csv2xls and csv2xlsx
      * Add internal buffers to cache diagnostics
      * Fix positional reporting in examples/csv-check
      * Allow passing CSV parsing attributes to csv-check
      * Proof reading - doc fixes by Klaus Baldermann <soonix> (PR#21)
      * Fix type caching (RT#132344)
      * Small doc fix by Nick Tonkin <1nickt> (PR#22)
      * Fix sep=; being ignored in ->header (issue 23)

OBS-URL: https://build.opensuse.org/request/show/808138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=56
2020-05-22 09:31:52 +00:00
Dominique Leuenberger
44a29cdb26 Accepting request 774929 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/774929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=41
2020-02-22 17:59:17 +00:00
0df6a5d3e2 Accepting request 774892 from devel:languages:perl:autoupdate
- updated to 1.41
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.41	- 2020-02-16, H.Merijn Brand
      * Update to Devel::PPPort-3.56
      * csv2xls uses sheetname as csv2xlsx
      * csv2xlsx: support images (each image gets its own tab)
      * More docs. (Data validation)
      * It's 2020
      * No binary literals in fixed error messages
      * Fix auto_diag > 2 to die when headers are used (issue 19)

OBS-URL: https://build.opensuse.org/request/show/774892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=54
2020-02-17 15:48:12 +00:00
Dominique Leuenberger
b1a759a3ad Accepting request 731279 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/731279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=40
2019-09-24 22:46:10 +00:00
04dafce52a Accepting request 731273 from devel:languages:perl:autoupdate
- updated to 1.40
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.40	- 2019-09-15, H.Merijn Brand
      * Update to Devel::PPPort-3.52
      * Development perl is now 5.28.2
      * [csv2xlsx] sheetnames are restricted to 31 characters
      * Generate cpanfile
      * Add munge type "db"
      * [csv2xls/csv2xlsx] do not generate xls/xlsx on empty CSV (issue#18)
      * New: support $csv->formula (sub { ... })
      * Support stacked encodings

OBS-URL: https://build.opensuse.org/request/show/731273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=52
2019-09-16 12:42:55 +00:00
Dominique Leuenberger
0b15512745 Accepting request 686435 from devel:languages:perl
- update to 1.39
  1.39 - 2019-03-15, H.Merijn Brand
    * It's 2019
    * Fix tests to skip on Encode failing (PR#17 charsbar + klapperl)
    * Tested on Z/OS (s390x - Hercules) :)
    * Test with new Module::CPANTS::Analyse
    * Add options -w/-b/-Z to csvdiff
    * Fix strict on streaming EOF
    * Now also tested with cperl
 
  1.38 - 2018-12-30, H.Merijn Brand
    * Name the duplicate headers on error 1013
    * Add missing attributes to default list (doc only, David H. Gutteridge)
    * Add support for combined keys
    * Look at $NO_COLOR for csvdiff
    * Add support for key-value pair

OBS-URL: https://build.opensuse.org/request/show/686435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=39
2019-03-24 13:56:46 +00:00
76c1dcec87 Accepting request 685979 from home:pmonrealgonzalez:branches:devel:languages:perl
- update to 1.39
  1.39 - 2019-03-15, H.Merijn Brand
    * It's 2019
    * Fix tests to skip on Encode failing (PR#17 charsbar + klapperl)
    * Tested on Z/OS (s390x - Hercules) :)
    * Test with new Module::CPANTS::Analyse
    * Add options -w/-b/-Z to csvdiff
    * Fix strict on streaming EOF
    * Now also tested with cperl
 
  1.38 - 2018-12-30, H.Merijn Brand
    * Name the duplicate headers on error 1013
    * Add missing attributes to default list (doc only, David H. Gutteridge)
    * Add support for combined keys
    * Look at $NO_COLOR for csvdiff
    * Add support for key-value pair

OBS-URL: https://build.opensuse.org/request/show/685979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=50
2019-03-19 09:54:04 +00:00
Lars Vogdt
6df75d537a Accepting request 662183 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/662183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=49
2019-01-02 15:06:58 +00:00
Dominique Leuenberger
4a28d879de Accepting request 639346 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/639346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=38
2018-10-04 16:57:14 +00:00
Dirk Stoecker
5e5c685c88 update to 1.37
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=47
2018-09-29 08:51:04 +00:00
Dominique Leuenberger
13809ee9cb Accepting request 623050 from devel:languages:perl
- updated to 1.36
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.36	- 2018-06-26, H.Merijn Brand
      * Now also tested on FreeBSD-11.1
      * Update to Devel::PPPort-3.42
      * Fixed memory leak (Thanks DaveM)
      * Add undef_str attribute
      * Tested against perl-5.28.0
      * Move from DynaLoader to XSLoader
      * Tested on Synology DSM

OBS-URL: https://build.opensuse.org/request/show/623050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=37
2018-07-18 20:38:07 +00:00
Stephan Kulow
9c7ce8994e - updated to 1.36
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.36	- 2018-06-26, H.Merijn Brand
      * Now also tested on FreeBSD-11.1
      * Update to Devel::PPPort-3.42
      * Fixed memory leak (Thanks DaveM)
      * Add undef_str attribute
      * Tested against perl-5.28.0
      * Move from DynaLoader to XSLoader
      * Tested on Synology DSM

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=45
2018-07-16 06:52:12 +00:00
Dominique Leuenberger
2320a27fd7 Accepting request 590307 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/590307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=36
2018-03-24 15:09:37 +00:00
b5fdd91777 Accepting request 590063 from home:pmonrealgonzalez:branches:devel:languages:perl
- updated to 1.35
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.35   - 2018-03-21, H.Merijn Brand
      * Remove META.yml from MANIFEST.skip
      * Use UNIVERSAL::isa to protect against unblessed references
      * -Wformat warning (RT#123729)
      * Make detect_bom result available
      * It's 2018
      * Add csv (out => \"skip") - suppress output deliberately
      * Allow sub as top-level filter
      * Tested against Test2::Harness-0.001062 (yath test)
      * Tested against perl-5.27.10

OBS-URL: https://build.opensuse.org/request/show/590063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=43
2018-03-22 13:16:23 +00:00
Dominique Leuenberger
e3969c6372 Accepting request 556508 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/556508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=35
2017-12-15 13:01:12 +00:00
Stephan Kulow
64a8caeef2 - updated to 1.34
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.34	- 2017-11-05, H.Merijn Brand
      * Bad arg for formula (like "craok") will now die with error 1500
      * Row report in formula reporting was off by 1
      * Add a prominent section about BOM handling
      * Make sheet label more portable (csv2xlsx)
      * Allow munge => \%hash
      * Preserve first row in csv (set_column_names => 0)
  
  1.33	- 2017-10-19, H.Merijn Brand
      * Small additional fix for eol = 
 + BOM
      * Updated doc for example files
      * Add support for formula actions (issue 11)
        - csv2xls and csv2xlsx now warn by default
      * Reset file info on ->header call (RT#123320)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=41
2017-12-10 14:13:33 +00:00
Dominique Leuenberger
920a6d2a82 Accepting request 532539 from devel:languages:perl
- updated to 1.32
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.32	- 2017-09-15, H.Merijn Brand
      * Add keep_headers attribute to csv ()
      * Fix on_in when used in combination with key
      * Fail on invalid arguments to csv
      * Fix header method on EOL = CR (RT#122764)
  
  1.31	- 2017-06-13, H.Merijn Brand
      * Fix already decoded BOM in headers
      * New options in csv-check
      * Some perlcritic
      * "escape" is alias for "escape_char" for consistency.
      * Code cleanup and more tests (Devel::Cover)
      * Improve csv-check auto-sep-detection
  
  1.30	- 2017-06-08, H.Merijn Brand
      * Add csv (..., out => ...) syntax examples (issue 7)
      * Disable escape_null for undefined escape_char
      * Fix ->say for bound columns (RT#121576)
      * Update to Devel::PPPort 3.36
      * Tested under 5.26.0 and 5.27.0
      * Doc changes and additions
  
  1.29	- 2017-04-25, H.Merijn Brand
      * More docs for bind_colmns (RT#121350)
      * New attribute "strict" (also addresses RT#121350)
  
  1.28	- 2017-03-22, H.Merijn Brand
      * Fix length problem with bound empty fields and UTF-8 (RT#120655)

OBS-URL: https://build.opensuse.org/request/show/532539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=34
2017-10-11 20:55:21 +00:00
Stephan Kulow
c62a20160b - updated to 1.32
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.32	- 2017-09-15, H.Merijn Brand
      * Add keep_headers attribute to csv ()
      * Fix on_in when used in combination with key
      * Fail on invalid arguments to csv
      * Fix header method on EOL = CR (RT#122764)
  
  1.31	- 2017-06-13, H.Merijn Brand
      * Fix already decoded BOM in headers
      * New options in csv-check
      * Some perlcritic
      * "escape" is alias for "escape_char" for consistency.
      * Code cleanup and more tests (Devel::Cover)
      * Improve csv-check auto-sep-detection
  
  1.30	- 2017-06-08, H.Merijn Brand
      * Add csv (..., out => ...) syntax examples (issue 7)
      * Disable escape_null for undefined escape_char
      * Fix ->say for bound columns (RT#121576)
      * Update to Devel::PPPort 3.36
      * Tested under 5.26.0 and 5.27.0
      * Doc changes and additions
  
  1.29	- 2017-04-25, H.Merijn Brand
      * More docs for bind_colmns (RT#121350)
      * New attribute "strict" (also addresses RT#121350)
  
  1.28	- 2017-03-22, H.Merijn Brand
      * Fix length problem with bound empty fields and UTF-8 (RT#120655)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=39
2017-10-08 08:28:19 +00:00
Stephan Kulow
3c146f08b0 Accepting request 226358 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/226358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=32
2014-03-18 13:17:01 +00:00
Stephan Kulow
b09d297882 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=37
2014-03-17 08:35:23 +00:00
Stephan Kulow
0ea51aad75 Accepting request 223607 from devel:languages:perl
- updated to 1.04
    * get_columnd () with no argument now returns the empty list
      instead of undef when no columns defined
    * fragments (rcf7111) now also support AoH (was AoA only)
    * Error code conflict for fragments resolved to 2013
    * New function "csv" (not a method)
    * Update copyright to 2014
    * Implement RCF7111

OBS-URL: https://build.opensuse.org/request/show/223607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=31
2014-02-24 13:13:01 +00:00
Stephan Kulow
b4de539bb5 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=35
2014-02-24 06:16:15 +00:00
Stephan Kulow
dd9a5345ee Accepting request 208384 from devel:languages:perl
- updated to 1.02
   * Add example for reading only a single column
   * Don't store NULL in _ERROR_INPUT (RT#86217/Clone)
   * Prevent double-decode in csv-check
   * Add decode_utf8 attribute (default is true)

OBS-URL: https://build.opensuse.org/request/show/208384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=30
2013-11-26 18:33:12 +00:00
Stephan Kulow
6229207077 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=33
2013-11-25 07:44:51 +00:00
Stephan Kulow
75299d125a Accepting request 184807 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=28
2013-07-30 16:44:02 +00:00
Stephan Kulow
5997fb92cd - 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
2013-07-27 12:27:57 +00:00
Stephan Kulow
5ab2d828ad Accepting request 177229 from devel:languages:perl
- updated to 0.97
     * Regain the speed from 0.91 (buffer back to 1k)
     * Minor cleanup in XS code
     * Add diag_verbose attribute
     * No need to require Test::Harness if unused (RT#82693)
     * parse ("") should return one empty field, not undef
     * Now that we know the record number, show it in auto_diag
     * Introduce allow_unquoted_escape as workaround for RT#81295
     * Update copyright to 2013
     * Introduce print_hr () for RT#76143
     * Dropped plans to support EBCDIC
     * Guard against beta releases of Encode (Xavier Guimard - RT#81499)
     * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469)
     * Tested with perl compiled with clang (also to verify RT#81469)
     * Fix memory leak reported in RT#81539 (Fix by Tony Cook)
     * Skip Encode related tests on too old Encode
     * Force old(er) tar format (ustar) - assumes GNU tar on release box
     * Allow bind_columns () for print ()
     * Increase buffer size for print to 64k
     * Fix RT#80680 - Buffer break halfway UTF8 + tests
     * Prevent test-failures for long doubles on weird architectures
     * More utf-8 tests for te change of 0.90
     * Update test case now 5.005 is not supported anymore
     * Rip out the tell/seek introduced in 0.90
     * Drop 5.005 support (5.6.1 is now minimum)
     * Introduce record_number
     * Try harder to get the complete input parsed for the current record
       when hitting errors on parsing seekable IO (only works in 5.14.0 and up)
     * Tested with perl 5.6.1 .. 5.17.0 (99 versions of perl) on Linux, HP-UX,
       AIX, and Windows

OBS-URL: https://build.opensuse.org/request/show/177229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=27
2013-06-05 11:07:32 +00:00
Stephan Kulow
16ade8ab47 - updated to 0.97
* Regain the speed from 0.91 (buffer back to 1k)
     * Minor cleanup in XS code
     * Add diag_verbose attribute
     * No need to require Test::Harness if unused (RT#82693)
     * parse ("") should return one empty field, not undef
     * Now that we know the record number, show it in auto_diag
     * Introduce allow_unquoted_escape as workaround for RT#81295
     * Update copyright to 2013
     * Introduce print_hr () for RT#76143
     * Dropped plans to support EBCDIC
     * Guard against beta releases of Encode (Xavier Guimard - RT#81499)
     * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469)
     * Tested with perl compiled with clang (also to verify RT#81469)
     * Fix memory leak reported in RT#81539 (Fix by Tony Cook)
     * Skip Encode related tests on too old Encode
     * Force old(er) tar format (ustar) - assumes GNU tar on release box
     * Allow bind_columns () for print ()
     * Increase buffer size for print to 64k
     * Fix RT#80680 - Buffer break halfway UTF8 + tests
     * Prevent test-failures for long doubles on weird architectures
     * More utf-8 tests for te change of 0.90
     * Update test case now 5.005 is not supported anymore
     * Rip out the tell/seek introduced in 0.90
     * Drop 5.005 support (5.6.1 is now minimum)
     * Introduce record_number
     * Try harder to get the complete input parsed for the current record
       when hitting errors on parsing seekable IO (only works in 5.14.0 and up)
     * Tested with perl 5.6.1 .. 5.17.0 (99 versions of perl) on Linux, HP-UX,
       AIX, and Windows

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=29
2013-06-03 10:53:54 +00:00
Stephan Kulow
a4aea8979a Accepting request 108810 from devel:languages:perl
- updated to 0.87
    * Extra check on utf8 output (RT#74330)                                                                                                                                                               
    * examples/csvdiff now recognizes numerically sorted CSV files                                                                                                                                        
    * Document example comparing getline_hr vs bind_columns + getline

OBS-URL: https://build.opensuse.org/request/show/108810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=24
2012-03-12 19:15:54 +00:00
Stephan Kulow
6ec76c40a5 - updated to 0.87
* Extra check on utf8 output (RT#74330)                                                                                                                                                               
    * examples/csvdiff now recognizes numerically sorted CSV files                                                                                                                                        
    * Document example comparing getline_hr vs bind_columns + getline

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=27
2012-03-11 19:24:48 +00:00
Stephan Kulow
97e444d86c Accepting request 105629 from devel:languages:perl
- 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/request/show/105629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=23
2012-02-17 11:08:17 +00:00
Stephan Kulow
d60f5005f6 - 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
2012-02-17 08:49:51 +00:00
Stephan Kulow
b0ed059b0d Accepting request 94671 from devel:languages:perl
- update to 0.85
   * NAME / DISTNAME in Makefile.PL
   * More cross-checks for META data
   * Fix spurious auto_diag warning (RT#69673)
   * Tested with 50 versions of perl, including 1.15.1

OBS-URL: https://build.opensuse.org/request/show/94671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=22
2011-12-07 13:39:12 +00:00
Stephan Kulow
23d1d4e8ff OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=22 2011-12-01 10:40:44 +00:00
Stephan Kulow
ff756b8e55 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=21 2011-12-01 10:40:33 +00:00
Stephan Kulow
0486697438 - update to 0.85
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=20
2011-12-01 10:39:45 +00:00
Stephan Kulow
e5d5dda9b7 * NAME / DISTNAME in Makefile.PL
* More cross-checks for META data
   * Fix spurious auto_diag warning (RT#69673)
   * Tested with 50 versions of perl, including 1.15.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=19
2011-11-29 20:50:00 +00:00
Stephan Kulow
be69ddc6b9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=18 2011-11-11 11:23:29 +00:00
Sascha Peilicke
ea2dfe2cfe Autobuild autoformatter for 72103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=20
2011-05-31 12:26:34 +00:00
Sascha Peilicke
75d8eae079 Accepting request 72103 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/72103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=19
2011-05-31 12:26:24 +00:00
Stephan Kulow
f3713e4cd3 - updated to 0.82
* Doc fix (RT#66905, Peter Newman)
    * Documentation overhaul (pod links)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=16
2011-05-16 08:55:15 +00:00
Sascha Peilicke
7fa699e490 Autobuild autoformatter for 65655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=18
2011-03-31 13:23:18 +00:00
OBS User buildservice-autocommit
5906ba25a2 Updating link to change in openSUSE:Factory/perl-Text-CSV_XS revision 18.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=087cf9c6b7c142147b31bba7581e7683
2011-03-31 13:23:18 +00:00
Sascha Peilicke
fd407bd17b Accepting request 65655 from devel:languages:perl
Accepted submit request 65655 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=17
2011-03-31 13:23:08 +00:00