Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 17D6BA61B7 for ; Sun, 12 Jan 2014 10:20:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 65B9614A18E; Sun, 12 Jan 2014 10:20:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D237A14A184 for ; Sun, 12 Jan 2014 10:20:13 +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 YqSPpufep3Zv for ; Sun, 12 Jan 2014 10:20:13 +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 4EA4614A14B for ; Sun, 12 Jan 2014 10:20:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0BF5A96; Sun, 12 Jan 2014 10:20:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 12 Jan 2014 10:20:13 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/filesystems/p5-Path-Tiny To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20140112102013.0BF5A96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sun Jan 12 10:20:12 UTC 2014 Modified Files: pkgsrc/filesystems/p5-Path-Tiny: Makefile distinfo Log Message: Update to 0.051 Upstream changes: 0.051 2013-12-20 07:34:14 America/New_York [FIXED] - Fixed file order bug in the new test file 0.050 2013-12-20 07:27:20 America/New_York [FIXED] - Recursive iteration won't throw an exception if a directory is removed or unreadable during iteration. 0.049 2013-12-12 00:48:01 America/New_York [FIXED] - Generates filename for atomic writes independent of thread-ID. Fixes crashing bug on Win32 when fork() is called. 0.048 2013-12-11 21:56:23 America/New_York [ADDED] - Added 'subsumes' method [CHANGED] - The 'chomp' option for 'lines' will remove any end-of-line sequences fully instead of just chomping the last character - The 'flock' package will no longer indexed by PAUSE [FIXED] - Hides warnings and fixes possible fatal errors from pure-perl Cwd, particularly on MSWin32 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/filesystems/p5-Path-Tiny/Makefile \ pkgsrc/filesystems/p5-Path-Tiny/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.