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 A84D2A57FE for ; Wed, 18 Feb 2015 12:58:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 59CC014A176; Wed, 18 Feb 2015 12:58:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 02FD714A128 for ; Wed, 18 Feb 2015 12:58:06 +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 AHkKIGYyeoF5 for ; Wed, 18 Feb 2015 12:58:05 +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 3B8F214A119 for ; Wed, 18 Feb 2015 12:58:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3984598; Wed, 18 Feb 2015 12:58:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 18 Feb 2015 12:58:05 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-indirect To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150218125805.3984598@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Wed Feb 18 12:58:05 UTC 2015 Modified Files: pkgsrc/devel/p5-indirect: Makefile distinfo Log Message: Update 0.30 to 0.33 ------------------- 0.33 2014-09-29 20:20 UTC + Fix : [RT #99083] : Breaks eval in an END block in Win32 pseudo-forks. Thanks Graham Knop for reporting. + Fix : Segfaults during global destruction of a thread or a pseudo-fork. 0.32 2014-09-21 20:15 UTC + Add : Support for the PERL_OP_PARENT optional feature introduced in perl 5.21.2. + Fix : [RT #92806] : Tests that use run_perl() fail on Android Thanks Brian Fraser for the patch. + Fix : indirect constructs will no longer segfault while inside the empty package on perl 5.8.x. This fix may also prevent some segfaults during global destruction. 0.31 2013-09-05 16:45 UTC + Fix : [RT #88428] : no indirect in eval can trigger for direct calls on __PACKAGE__ Thanks Graham Knop for reporting. + Tst : Author tests are no longer bundled with this distribution. They are only made available to authors in the git repository. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-indirect/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-indirect/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.