summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV_XS
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2007-02-24 23:46:51 +0000
committerabs <abs@pkgsrc.org>2007-02-24 23:46:51 +0000
commitad6c4b908e8d549e060e88de3a052d556a1b4a15 (patch)
tree6d85c3ad04392b673f57c5b986017826b7f008f6 /textproc/p5-Text-CSV_XS
parentb39e212022d75b39a0651d7961504d44689e6460 (diff)
downloadpkgsrc-ad6c4b908e8d549e060e88de3a052d556a1b4a15.tar.gz
this is Text::CSV_XS rather than Text::CSV
Diffstat (limited to 'textproc/p5-Text-CSV_XS')
-rw-r--r--textproc/p5-Text-CSV_XS/DESCR4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-CSV_XS/DESCR b/textproc/p5-Text-CSV_XS/DESCR
index 314ce2f78fc..f58a0d56d9b 100644
--- a/textproc/p5-Text-CSV_XS/DESCR
+++ b/textproc/p5-Text-CSV_XS/DESCR
@@ -1,3 +1,3 @@
-Text::CSV provides facilities for the composition and decomposition of
-comma-separated values. An instance of the Text::CSV class can combine
+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.