diff options
Diffstat (limited to 'perl/perl-Text-CSV_XS/README')
-rw-r--r-- | perl/perl-Text-CSV_XS/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-Text-CSV_XS/README b/perl/perl-Text-CSV_XS/README new file mode 100644 index 0000000000..4bbec22ced --- /dev/null +++ b/perl/perl-Text-CSV_XS/README @@ -0,0 +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. |