From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53519 invoked by alias); 26 Jun 2018 16:03:38 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Return-Path: Received: (qmail 124982 invoked by uid 89); 26 Jun 2018 15:24:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_COUK,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*F:D*co.uk, HTo:U*cygwin-announce X-HELO: smtp-d-1.tiscali.co.uk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tiscali.co.uk; s=1605; t=1530026639; bh=m1Gajima6mRMBUmumMpWclpp8NZcucoFuFWGee4lQms=; h=From:Subject:Reply-To:To:Date; b=n9hDbL4ue+/q7mgtT3PpuI9QfSFNg9HCifCXMPf8AyfKT5AObxcm6zz0GzA/bmCdn XkbFPRtMBnl2xNy/56BjIHs4w5XPfsYPUPScTLgUTbvAc6tMIjLj4mr3PbxlDJTjas M39qLBIBf8B8nZSpMH/jmRlOFUUU7nJwBVKVZP+8= From: David Stacey Subject: Updated: perl-Text-CSV_XS-1.36-1 Reply-To: The Cygwin Mailing List To: cygwin-announce@cygwin.com Message-ID: <9ff996c6-c0c2-ed07-0dd9-38f0d636dc7b@tiscali.co.uk> Date: Tue, 26 Jun 2018 16:03:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00027.txt.bz2 The following package has been updated in the Cygwin distribution: * perl-Text-CSV_XS-1.36-1 Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a CSV string and parse a CSV string into fields. This is an update to the latest upstream release. Dave