summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV_XS/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-03-21 23:26:38 +0000
committersno <sno@pkgsrc.org>2009-03-21 23:26:38 +0000
commitf48cb1d50900636eb3ffeca757fbbbc7ead34d8e (patch)
tree7f207453a7e99a96a1bbf8eea51c162da9591be2 /textproc/p5-Text-CSV_XS/Makefile
parentc62bfc74b0e4ff489cf0d41175e5867beb5cef4c (diff)
downloadpkgsrc-f48cb1d50900636eb3ffeca757fbbbc7ead34d8e.tar.gz
Updating Text::CSV_XS to 0.63. Changes since 0.60:
2009-03-20 0.63 - H.Merijn Brand <h.m.brand@xs4all.nl> * Fixed allow_whitespace with sep_char = TAB (RT#44402) 2009-03-13 0.62 - H.Merijn Brand <h.m.brand@xs4all.nl> * Prevent warnings in older perls (without utf8) * All known errors are covered and/or documented. TODO dropped * Unicode TODO dropped. All covered, or use Text::CSV::Encoded * Documented the examples 2009-03-08 0.61 - H.Merijn Brand <h.m.brand@xs4all.nl> * valgrind found a possible uninitialized value * Restriction in print () was only for really old perls * Fix for bind_columns () initialisation (vincent, RT#43927) Oked by he@
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 f6d57bbb3b2..630cc994241 100644
--- a/textproc/p5-Text-CSV_XS/Makefile
+++ b/textproc/p5-Text-CSV_XS/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2009/01/29 20:38:33 seb Exp $
+# $NetBSD: Makefile,v 1.22 2009/03/21 23:26:38 sno Exp $
#
-DISTNAME= Text-CSV_XS-0.60
+DISTNAME= Text-CSV_XS-0.63
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tcx
CATEGORIES= textproc perl5