wok diff perl-text-csv/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-text-csv/description.txt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,6 @@
     1.4 +Text::CSV is a thin wrapper for Text::CSV_XS-compatible modules now.
     1.5 +All the backend modules provide facilities for the composition and
     1.6 +decomposition of comma-separated values.
     1.7 +Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not
     1.8 +available, falls back on Text::CSV_PP, which is bundled in the same
     1.9 +distribution as this module.