perl/perl-Text-CSV_XS: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 04:03:50 -04:00
parent eefbd73956
commit 715eefbfff

View file

@ -1,3 +1,3 @@
Text::CSV_XS provides facilities for the composition and decomposition of
comma-separated values. An instance of the Text::CSV_XS class can combine
fields into a CSV string and parse a CSV string into fields.
Text::CSV_XS provides facilities for the composition and decomposition
of comma-separated values. An instance of the Text::CSV_XS class can
combine fields into a CSV string and parse a CSV string into fields.