- Update to 1.03

- add WWW

Changes:	http://search.cpan.org/dist/Text-CSV/Changes
This commit is contained in:
Cheng-Lung Sung 2008-04-14 08:23:37 +00:00
parent cbb24b839b
commit 5423c1723e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211224
3 changed files with 7 additions and 5 deletions

View file

@ -6,12 +6,12 @@
#
PORTNAME= Text-CSV
PORTVERSION= 1.02
PORTVERSION= 1.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Composition and decomposition of comma-separated values
PERL_CONFIGURE= yes

View file

@ -1,3 +1,3 @@
MD5 (Text-CSV-1.02.tar.gz) = 36512c3906832e01adf3c86e3b8c6523
SHA256 (Text-CSV-1.02.tar.gz) = b106ebb7cdf3e1163fb3a80c432d1f141d3068fcadd8a36530b0d707702f9e4d
SIZE (Text-CSV-1.02.tar.gz) = 29349
MD5 (Text-CSV-1.03.tar.gz) = 530a8af93062c00023fac4c518c63d97
SHA256 (Text-CSV-1.03.tar.gz) = 12039e31f7fa495f02cacc1c88a3bbc4b0be171413f7e3a3836e5697eefd367c
SIZE (Text-CSV-1.03.tar.gz) = 34649

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.
WWW: http://search.cpan.org/dist/Text-CSV/