./textproc/p5-Text-CSV_XS, Routines for composition and decomposition of comma-separated values

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.57, Package name: p5-Text-CSV_XS-1.57, Maintainer: pkgsrc-users

Text::CSV_XS provides facilities for the composition and decomposition of
comma-separated values. An instance of the Text::CSV_XS class can combine
fields into a CSV string and parse a CSV string into fields.


Required to run:
[lang/perl5]

Master sites: (Expand)

Filesize: 270.711 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-17 08:23:35 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-CSV_XS: update to 1.57.

1.57	- 2024-11-12, H.Merijn Brand
    * Keep runtime error from csv ()
    * add csv (on_error)
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-08-11 08:20:17 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-CSV_XS: update to 1.56.

1.56	- 2024-08-09, H.Merijn Brand
    * Yet another strict/comment_str conflict (issue 57)
    * Strict affected by column_names
   2024-06-26 18:32:19 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-CSV_XS: update to 1.55.

1.55	- 2024-06-18, H.Merijn Brand
    * More fixes for strict under bind_columns (issue 54)
    * Strict won't hide previous error (issue 56)
   2024-04-21 08:52:52 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-CSV_XS: update to 1.54.

1.54	- 2024-04-18, H.Merijn Brand
    * Fix doc (Jean Forget, RT#150757)
    * It's 2024
    * Fix comment_str with strict
    * Doc fixup (RT#151546)
   2024-01-04 12:20:57 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-CSV_XS: update to 1.53.

1.53	- 2023-11-22, H.Merijn Brand
    * Two casts for -Wformat (issue 50)
    * Add --skip-empty to csv2xlsx
    * Add --font and --font-size to csv2xlsx
    * Fix skip_empty_rows ("skip") and trailing newlines (Corey \ 
Hickey, PR#52)
    * Fix comment in last line (RT#150501)
   2023-12-17 08:44:40 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-CSV_XS: update to 1.52.

1.52	- 2023-09-21, H.Merijn Brand
    * Fix possible coredump in cache on non-IO parse (issue 49)
   2023-08-31 14:59:58 by Wen Heping | Files touched by this commit (2) | Package updated
Log message:
Update to 1.51

Upstream changes:
1.51    - 2023-08-07, H.Merijn Brand
    * Contact e-mail update
    * Attribute skip_empty_rows extended
    * Fix comments (PR#45)
    * Fix help (x12340, PR#46)
    * Update to Devel::PPPort-3.71
    * Fix HTML on Windows
    * Fix double header-interpretation on bom + headers => "auto" \ 
(issue 47)