update to 1.17, ok jasper@

This commit is contained in:
stephan 2010-04-15 09:09:49 +00:00
parent dbc73de54f
commit c11d83efad
3 changed files with 9 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/12/28 09:31:27 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2010/04/15 09:09:49 stephan Exp $
COMMENT= comma-separated values manipulation routines
MODULES= cpan
DISTNAME= Text-CSV-1.16
DISTNAME= Text-CSV-1.17
CATEGORIES= textproc
# Perl

View File

@ -1,5 +1,5 @@
MD5 (Text-CSV-1.16.tar.gz) = y+HzHiwTqohllSezVCR0qQ==
RMD160 (Text-CSV-1.16.tar.gz) = FRgkjfBgXuA9BrzCjgpv74GlOM8=
SHA1 (Text-CSV-1.16.tar.gz) = iWJGyizdjl06g9U+60QNqvRcnqY=
SHA256 (Text-CSV-1.16.tar.gz) = k3GfcfRkA4Lgn2NWiCYIDOmHKHZH9t4ENj0X678Gp7M=
SIZE (Text-CSV-1.16.tar.gz) = 45569
MD5 (Text-CSV-1.17.tar.gz) = sD43p2AINzL6MjCOxo94jw==
RMD160 (Text-CSV-1.17.tar.gz) = DEJqObIFXn8HO8WlqyhmAkofsco=
SHA1 (Text-CSV-1.17.tar.gz) = THWoL+1gN5vWhcnVspn+OGPy6E0=
SHA256 (Text-CSV-1.17.tar.gz) = 3pysiBvshpD1N8syuddBp/xiPkEai8sMEgXA5gzTNhI=
SIZE (Text-CSV-1.17.tar.gz) = 53379

View File

@ -1,3 +1,5 @@
Text::CSV provides facilities for the composition and decomposition of
comma-separated values. An instance of the Text::CSV class can combine
fields into a CSV string and parse a CSV string into fields.
Install textproc/p5-Text-CSV_XS (>=0.72) to speed up Text::CSV.