pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-Text-CSV-Simple



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Feb  8 02:48:36 UTC 2016

Added Files:
        pkgsrc/textproc/p5-Text-CSV-Simple: DESCR Makefile distinfo

Log Message:
Add p5-Text-CSV-Simple 1.00

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-Text-CSV-Simple/DESCR \
    pkgsrc/textproc/p5-Text-CSV-Simple/Makefile \
    pkgsrc/textproc/p5-Text-CSV-Simple/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index