Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 42C4AA5844 for ; Sun, 4 May 2014 05:36:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3140E14A260; Sun, 4 May 2014 05:36:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8637E14A25D for ; Sun, 4 May 2014 05:36:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UaYnln6SaRJY for ; Sun, 4 May 2014 05:36:08 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 8FA5B14A257 for ; Sun, 4 May 2014 05:36:07 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id s445ZtU6007383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 4 May 2014 07:35:56 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id s445Zto3016613 for pkgsrc-changes@netbsd.org; Sun, 4 May 2014 07:35:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D503F14A417 for ; Sat, 3 May 2014 10:43:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PAdGa6qtXhVj for ; Sat, 3 May 2014 10:43:11 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1D2D314A40E for ; Sat, 3 May 2014 10:43:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BEEC896; Sat, 3 May 2014 10:43:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sat, 3 May 2014 10:43:10 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-YAML-Tiny To: pkgsrc-changes@netbsd.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20140503104310.BEEC896@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (nef.pbox.org [0.0.0.0]); Sun, 04 May 2014 07:35:56 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sat May 3 10:43:10 UTC 2014 Modified Files: pkgsrc/textproc/p5-YAML-Tiny: Makefile distinfo Log Message: Update to 1.62 Upstream changes: 1.62 2014-03-16 12:28:44Z [FIXED] - fix handling of trailing colon in key name (RT#92916, H.Merijn Brand) 1.61 2014-02-24 16:59:49Z [FIXED] - fixed a test for VMS (RT#93297, Craig Berry) 1.60 2014-02-13 20:31:56Z - shipping 1.59 as stable, with no changes. 1.59 2014-02-06 03:10:35Z (TRIAL RELEASE) [CHANGED] - numeric values are now quoted whenever they've been used as a string (fixes inconsistent behaviour seen with numeric values, due to differences between the XS and pure-perl variants of Data::Dumper). (github issue #24) - numeric hash keys are now always quoted. 1.58 2014-02-04 18:01:58Z [INCOMPATIBLE CHANGE] - 1.57 omitted a change entry for the following change: - Previously, YAML::Tiny was sloppy about file encodings. It is now strict. The 'read' method and 'LoadFile' function expect UTF-8 encoded files. The 'write' method and 'DumpFile' function produce UTF-8 encoded files. The 'read_string' and 'write_string' methods and the 'Load' and 'Dump' functions expect or generate (decoded) character data. 1.57 2014-01-30 22:12:38Z [INCOMPATIBLE CHANGE] - Previously, some errors would throw exceptions and some would return the error condition in $YAML::Tiny::errstr. Now all errors throw exceptions. Use of $errstr and the errstr method are deprecated. (David Golden) [FIXED] - Fixed write method to encode YAML file with UTF-8 (David Golden) - Improved SYNOPSIS and documentation of new (David Golden) [TESTING] - Tests have been cleaned up and reorganized. Test coverage has been significnatly improved. (Ingy d枚t Net, David Golden, Jim Keenan, Karen Etheridge) 1.56 2013-09-25 02:38:19Z - read_string documentation error fixed (RT#74409, thanks Tim Heaney!) - re-release with fixed compile test 1.55 2013-09-19 04:07:32Z - again packaging with ExtUtils::MakeMaker 1.54 2013-08-22 03:55:41Z - convert to Dist::Zilla - Updated format to conform to CPAN::Changes::Spec To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/p5-YAML-Tiny/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/p5-YAML-Tiny/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.