summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV_XS/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-09-03 07:59:31 +0000
committerwen <wen@pkgsrc.org>2016-09-03 07:59:31 +0000
commit613c0199e1baaa50d1263034209d6923cd7865a7 (patch)
treeeb811bdf96118110f007e79ab64abb5894abeb1a /textproc/p5-Text-CSV_XS/Makefile
parentca2f7e1d3201a76735c7339f28b44d8862ed8f7f (diff)
downloadpkgsrc-613c0199e1baaa50d1263034209d6923cd7865a7.tar.gz
Update to 1.25
Upstream changes: 1.25 - 2016-08-28, H.Merijn Brand * Allow lc, uc, and coderef for csv () headers attribute * Document for eof when the last line has an error (RT#115954) * Allow csv () to call header () with all supported arguments * Add some docs for bind_columns
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 75f864a883e..4da75606214 100644
--- a/textproc/p5-Text-CSV_XS/Makefile
+++ b/textproc/p5-Text-CSV_XS/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2016/07/25 23:40:45 wen Exp $
+# $NetBSD: Makefile,v 1.62 2016/09/03 07:59:31 wen Exp $
#
-DISTNAME= Text-CSV_XS-1.24
+DISTNAME= Text-CSV_XS-1.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}