Opened 2 years ago
Closed 2 years ago
#18958 closed enhancement (fixed)
Text-CSV-2.04 (Perl module)
| Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.1 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (4)
comment:1 by , 2 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 2 years ago
comment:3 by , 2 years ago
It wants Text-CSV_XS-1.53. We currently have 1.51, so I'll update that module too.
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)
1.52 - 2023-09-21, H.Merijn Brand
* Fix possible coredump in cache on non-IO parse (issue 49)
comment:4 by , 2 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Text-CSV_XS done at 8d444f5ce129190259d4a9014e0852b6cf515315
Text-CSV done at 0fcea3af890d58404633af2852c06e99ebd3d1f9
Note:
See TracTickets
for help on using tickets.

2.04 2023-12-02 - Imported tests/fixes from Text::CSV_XS 1.53 - Fixed skip_empty_rows('skip') and trailing newlines (GH#65, bugfood++)