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 591EB7A494 for ; Sun, 5 Jun 2016 08:07:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0889A85F23; Sun, 5 Jun 2016 08:07:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A35384D04 for ; Sun, 5 Jun 2016 08:07:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7mJVFUNkt1Wx for ; Sun, 5 Jun 2016 08:07:19 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 329B884CFB for ; Sun, 5 Jun 2016 08:07:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29B81FBB5; Sun, 5 Jun 2016 08:07:19 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 5 Jun 2016 08:07:19 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Pod-Elemental-PerlMunger To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160605080719.29B81FBB5@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 Jun 5 08:07:19 UTC 2016 Modified Files: pkgsrc/textproc/p5-Pod-Elemental-PerlMunger: Makefile distinfo Log Message: Update to 0.200006 Upstream changes: 0.200006 2016-04-24 19:22:40+01:00 Europe/London - strip leading BOM (well, U+FEFF) from input - pass text, not bytes, to PPI 0.200005 2016-04-24 16:17:30+01:00 Europe/London - avoid double-decoding; new pod is already text 0.200004 2016-04-24 10:50:23+01:00 Europe/London - decode the fully new document, not just the Perl part (thanks, van-de-bugger and perlancar) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \ pkgsrc/textproc/p5-Pod-Elemental-PerlMunger/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/p5-Pod-Elemental-PerlMunger/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.