Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 26217A65B8 for ; Fri, 17 Apr 2015 01:37:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 724D014A1B5; Fri, 17 Apr 2015 01:37:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AE5014A1B1 for ; Fri, 17 Apr 2015 01:37:47 +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 FAjw5P2lu9oD for ; Fri, 17 Apr 2015 01:37:46 +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 6F98514A196 for ; Fri, 17 Apr 2015 01:37:46 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 63CF298; Fri, 17 Apr 2015 01:37:46 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 17 Apr 2015 01:37:46 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Test-Trap To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150417013746.63CF298@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 17 01:37:46 UTC 2015 Modified Files: pkgsrc/devel/p5-Test-Trap: Makefile distinfo Log Message: (pkgsrc) - Convert DEPENDS from p5-Test-Tester to p5-Test-Simple > 1.001010 (See commit log on devel/p5-Test-Simle) (upstream) - Update 0.3.0 to 0.3.2 --------------------- 0.3.2 Tue Feb 24 00:19:23 CET 2015 The tempfile-preserve strategy was (always) broken on non-perlio perls. Also, some of the tests were (recently) noisy on old perls. Test::Trap::Builder::TempFile: - add a GOTPERLIO guard to each IO_LAYERS block. Tests: - 03-files.pl now avoid "used only once" warnings. 0.3.1 Mon Feb 23 21:43:30 CET 2015 This release doesn't touch library code, but addresses some test issues: - It fixes RT #102271 by checking for the presence of a utf8-layer on the original STDOUT, instead of assuming its absence. - It makes some test code cleaner. - It silences redefine warnings during testing on certain platforms. Library files: No change but version bump. Tests: - 03-files* now use another global to specify the class to require, replacing a quick-and-dirty hack that turned out to be noisy on some platforms, including Cygwin. - {15-tempfile,16-systemsafe}-options.t now check for the presence of utf8-layer on STDOUT, instead of assuming its absence. (Either of the environment variables PERL_UNICODE and PERL5OPT could cause such a layer to be present, and there might be other ways to do it.) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Test-Trap/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Test-Trap/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.