wok annotate perl-text-csv/description.txt @ rev 25216
updated python-pbr (5.4.5 -> 5.8.0)
author | Hans-Günter Theisgen |
---|---|
date | Wed Jul 13 15:29:05 2022 +0100 (2022-07-13) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@24261 | 1 Text::CSV is a thin wrapper for Text::CSV_XS-compatible modules now. |
Hans-Günter@24261 | 2 All the backend modules provide facilities for the composition and |
Hans-Günter@24261 | 3 decomposition of comma-separated values. |
Hans-Günter@24261 | 4 Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not |
Hans-Günter@24261 | 5 available, falls back on Text::CSV_PP, which is bundled in the same |
Hans-Günter@24261 | 6 distribution as this module. |