summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV_XS/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-03-03 16:49:12 +0000
committersno <sno@pkgsrc.org>2010-03-03 16:49:12 +0000
commit97cd9556d544febbcc0cd7e75a583fa6bf64ab70 (patch)
tree0c890c4ef55c2d42680646c8ae2354e149c91a53 /textproc/p5-Text-CSV_XS/Makefile
parentcf2a3854220f4907b2f662b93905a89a0655db73 (diff)
downloadpkgsrc-97cd9556d544febbcc0cd7e75a583fa6bf64ab70.tar.gz
Updating textproc/p5-Text-CSV_XS from 0.70 to 0.71
Upstream changes: 2010-02-15 0.71 - H.Merijn Brand <h.m.brand@xs4all.nl> * Upped copyright to 2010 * Prevent double encoding: make Text::CSV_XS streams behave just like perl would (thanks ikegami for the test cases) * Text::CSV_XS->error_diag () in void context now warns instead of doing nothing * auto_diag also used for new () itself
Diffstat (limited to 'textproc/p5-Text-CSV_XS/Makefile')
-rw-r--r--textproc/p5-Text-CSV_XS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile
index cb62965dbcc..e0d3eec7599 100644
--- a/textproc/p5-Text-CSV_XS/Makefile
+++ b/textproc/p5-Text-CSV_XS/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2010/01/17 00:17:06 sno Exp $
+# $NetBSD: Makefile,v 1.30 2010/03/03 16:49:12 sno Exp $
#
-DISTNAME= Text-CSV_XS-0.70
+DISTNAME= Text-CSV_XS-0.71
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tcx
CATEGORIES= textproc perl5