wok-current view perl-text-csv/description.txt @ rev 25637
Add miss new packages (Py3Qt-x11-gpl and pycairo118)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jan 15 22:12:34 2024 +0000 (11 months ago) |
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.