aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV-Simple/pkg-descr
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-12-17 16:46:46 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-12-17 16:46:46 +0000
commit55b7c5608ada56d4549b4689681b25ccb1d122a0 (patch)
tree8722e4611664343d8f6c7d3b87583e5298d83f1d /textproc/p5-Text-CSV-Simple/pkg-descr
parent43a5211a7e5ccba81bbc0f8314f1216cf8dcf364 (diff)
downloadports-55b7c5608ada56d4549b4689681b25ccb1d122a0.tar.gz
ports-55b7c5608ada56d4549b4689681b25ccb1d122a0.zip
Notes
Diffstat (limited to 'textproc/p5-Text-CSV-Simple/pkg-descr')
-rw-r--r--textproc/p5-Text-CSV-Simple/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/p5-Text-CSV-Simple/pkg-descr b/textproc/p5-Text-CSV-Simple/pkg-descr
new file mode 100644
index 000000000000..033d40e71159
--- /dev/null
+++ b/textproc/p5-Text-CSV-Simple/pkg-descr
@@ -0,0 +1,14 @@
+Parsing CSV files is nasty. It seems so simple, but it usually
+isn't. Thankfully Text::CSV_XS takes care of most of that nastiness
+for us.
+
+Like many modules which have to deal with all manner of nastiness and
+edge cases, however, it can be clumsy to work with in the simple case.
+
+Thus this module.
+
+We simply provide a little wrapper around Text::CSV_XS to streamline
+the common case scenario. (Or at least my common case scenario; feel
+free to write your own wrapper if this one doesn't do what you want).
+
+WWW: http://search.cpan.org/search?dist=Text-CSV-Simple