2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message: Recursive revbump from lang/perl5 5.26.0 |
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message: Bump PKGREVISION for perl-5.24. |
2016-02-08 03:48:36 by Mark Davies | Files touched by this commit (3) |
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. |