summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV_XS/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2012-07-06 08:26:29 +0000
committersno <sno@pkgsrc.org>2012-07-06 08:26:29 +0000
commit4a7b70fe3975290b304b6bb5ccd7e39ede2a3494 (patch)
treed003a28e911afa1cc248a862fc49c750ec385d24 /textproc/p5-Text-CSV_XS/Makefile
parent9db149d88f1707b9aef13764c9818c5f8c653c51 (diff)
downloadpkgsrc-4a7b70fe3975290b304b6bb5ccd7e39ede2a3494.tar.gz
Updating package for Perl 5 module Text::CSV_XS in textproc/p5-Text-CSV_XS
from 0.88 to 0.90. Upstream changes since 0.88: 0.90 - 2012-06-15, H.Merijn Brand * Drop 5.005 support (5.6.1 is now minimum) * Introduce record_number * Try harder to get the complete input parsed for the current record when hitting errors on parsing seekable IO (only works in 5.14.0 and up) * Tested with perl 5.6.1 .. 5.17.0 (99 versions of perl) on Linux, HP-UX, AIX, and Windows * SvSETMAGIC was missing for tied variables causing weird actions at a distance, e.g. in printf (Thanks TonyC for finding this) * UTF8 flag was not always reset when using bound variables (TonyC)
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 002cb3eab0f..761c76c0797 100644
--- a/textproc/p5-Text-CSV_XS/Makefile
+++ b/textproc/p5-Text-CSV_XS/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2012/03/22 14:13:06 sno Exp $
+# $NetBSD: Makefile,v 1.38 2012/07/06 08:26:29 sno Exp $
#
-DISTNAME= Text-CSV_XS-0.88
+DISTNAME= Text-CSV_XS-0.90
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tcx
CATEGORIES= textproc perl5