Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 7259E63B8C5 for ; Sat, 21 Mar 2009 23:26:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 236C263B179; Sat, 21 Mar 2009 23:26:39 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 4562863B16E for ; Sat, 21 Mar 2009 23:26:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 33508175D0; Sat, 21 Mar 2009 23:26:38 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 21 Mar 2009 23:26:38 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/textproc/p5-Text-CSV_XS To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org Message-Id: <20090321232638.33508175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: sno Date: Sat Mar 21 23:26:38 UTC 2009 Modified Files: pkgsrc/textproc/p5-Text-CSV_XS: Makefile distinfo Log Message: Updating Text::CSV_XS to 0.63. Changes since 0.60: 2009-03-20 0.63 - H.Merijn Brand * Fixed allow_whitespace with sep_char = TAB (RT#44402) 2009-03-13 0.62 - H.Merijn Brand * 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 * 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@ To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/p5-Text-CSV_XS/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/p5-Text-CSV_XS/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.