./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.60, Package name: p5-Text-CSV_XS-1.60, 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: 275.877 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-09 09:51:31 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-CSV_XS: update to 1.60.

1.60	- 2025-01-29, H.Merijn Brand
    * Add SECURITY.md
    * CR/NL/CRNL inside quoted fields not affected by strict_eol
    * Fix incorrect error 2014 (issue 62)
   2025-01-12 11:00:57 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-CSV_XS: update to 1.59.

1.59	- 2025-01-05, H.Merijn Brand
    * Fixed EOL test for Windows with crnl layer
    * It is 2025
   2025-01-05 10:10:31 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-CSV_XS: update to 1.58.

1.58	- 2024-12-30, H.Merijn Brand
    * Add strict_eol (warnings default in csv ())
    * Add XS line number in errors
    * Add streaming support - not set in stone
   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)