Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3D6197A3D4 for ; Sat, 30 Apr 2016 21:47:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DEBF585EAE; Sat, 30 Apr 2016 21:47:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 69B0785E6F for ; Sat, 30 Apr 2016 21:47:09 +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 gxlzDRmXmBl4 for ; Sat, 30 Apr 2016 21:47:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9EC0884CEA for ; Sat, 30 Apr 2016 21:47:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99C66FBBA; Sat, 30 Apr 2016 21:47:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 30 Apr 2016 21:47:08 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-File-Util To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160430214708.99C66FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sat Apr 30 21:47:08 UTC 2016 Modified Files: pkgsrc/devel/p5-File-Util: Makefile distinfo Log Message: Updated to devel/p5-devel-File-Utils-4.161200 (from 4.132140) --------------------------------------------- 4.161200 2016-04-29 - The previous TRIAL release passes muster by cpantesters. This is now released as a STABLE dist, although more features are planned in coming releases. See also: TODO 4.160630 2016-03-03 - TRIAL RELEASE - Fix for bug https://rt.cpan.org/Ticket/Display.html?id=106771 - Added tests - Added documentation regarding the bug fix, namely the now-unsupported (because Perl 5.23 deprecates) the combination of sysread/write/seek on filehandles in :utf8 binmode. - Added the ability for users to specify their own IO layers via the { binmode => ':layerspec' } option to ::load_file(), ::write_file(), and ::open_handle() To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-File-Util/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-File-Util/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.