diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:03:50 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:03:50 -0400 |
commit | 715eefbfffaa8277357641a1638e68480c834cb4 (patch) | |
tree | 898f6c98bdbdd7d5d6d5261c2dc4285d444d04f2 /perl/perl-Text-CSV_XS | |
parent | eefbd73956875ade4a3506f44c468940f0b6f73c (diff) |
perl/perl-Text-CSV_XS: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl/perl-Text-CSV_XS')
-rw-r--r-- | perl/perl-Text-CSV_XS/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Text-CSV_XS/README b/perl/perl-Text-CSV_XS/README index 4bbec22cedfa..03afdb576bd7 100644 --- a/perl/perl-Text-CSV_XS/README +++ b/perl/perl-Text-CSV_XS/README @@ -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. |