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 63A417A474 for ; Fri, 29 Apr 2016 07:40:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D3DBC85E78; Fri, 29 Apr 2016 07:40:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5BAB485E78 for ; Fri, 29 Apr 2016 07:40:09 +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 X1ehJZl-eJlV for ; Fri, 29 Apr 2016 07:40:08 +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 E1B5E85E46 for ; Fri, 29 Apr 2016 07:40:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7F3AFBBA; Fri, 29 Apr 2016 07:40:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 29 Apr 2016 07:40:08 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Tree-DAG_Node To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160429074008.D7F3AFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Fri Apr 29 07:40:08 UTC 2016 Modified Files: pkgsrc/devel/p5-Tree-DAG_Node: Makefile distinfo Log Message: Updated to devel/p5-Tree-DAG-Node-1.29 --------------------------------------- 1.29 2016-03-01T13:39:00 - After another email exchange with Kent Fredric (via RT) and Karen Etheridge (via the cpan-testers-discuss mailing list), I've edited Makefile.PL, again, to indicate that Test::Pod is needed neither for building nor testing this module, but is only needed for development. Specifically, it's used by xt/author/pod.t, and not elsewhere. See https://metacpan.org/pod/CPAN::Meta::Spec#PREREQUISITES for more details. 1.28 2016-03-01T08:43:00 - No code changes. - Rework Makefile.PL so File::Spec, File::Temp, Test::More and Test::Pod are in TEST_REQUIRES. Many thanx to Kent Fredric in RT#112568 for this suggestion. - Expand the SYNOPSIS. - Update MANIFEST.SKIP to include .gitignore. - Finally add lightweight git tags to distros, so that if you have a Bash alias such as: alias gl='git log --decorate=full' you'll see something like these 5 lines: 1.27 2015-07-12T11:01:00 - Remove the line which reads 'use open qw(:std :utf8);'. As Tom Molesworth says: "Specifically, it turns on the UTF-8 encoding layer on STDIO when any code does 'use Tree::DAG_Node'. That's no good when code is expecting a different encoding (raw, etc.)". See RT#105798. Karen Etheridge followed up with a comment about it appearing in another module of mine. Then I checked all my modules (including some not intended for publication - Local::*) and found about 28 offenders, with some using it inn multiple files. The original idea came from adopting what Tom Christiansen calls his 'Standard Preamble': http://www.perl.com/pub/2012/04/perlunicook-standard-preamble.html All tests still work after removing that line. - Remove Build.PL. Ship only Makefile.PL. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/p5-Tree-DAG_Node/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Tree-DAG_Node/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.