wok-6.x view perl-text-csv/description.txt @ rev 24451

updated cyrus-imapd and cyrus-imapd-dev (3.0.13 -> 3.4.3)
author Hans-G?nter Theisgen
date Tue Feb 15 14:10:08 2022 +0100 (2022-02-15)
parents
children
line source
1 Text::CSV is a thin wrapper for Text::CSV_XS-compatible modules now.
2 All the backend modules provide facilities for the composition and
3 decomposition of comma-separated values.
4 Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not
5 available, falls back on Text::CSV_PP, which is bundled in the same
6 distribution as this module.