Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4D05B70DED for ; Wed, 3 Jul 2013 08:52:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B237A14A18D; Wed, 3 Jul 2013 08:52:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E314514A188 for ; Wed, 3 Jul 2013 08:52:50 +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 GMn0RboL5KNW for ; Wed, 3 Jul 2013 08:52:50 +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 60AC114A187 for ; Wed, 3 Jul 2013 08:52:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5E60696; Wed, 3 Jul 2013 08:52:50 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 3 Jul 2013 08:52:50 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/devel/p5-indirect To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20130703085250.5E60696@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Wed Jul 3 08:52:50 UTC 2013 Added Files: pkgsrc/devel/p5-indirect: DESCR Makefile distinfo Log Message: Adding package for CPAN distribution indirect version 0.30 into devel/p5-indirect. When enabled, this pragma warns about indirect method calls that are present in your code. This pragma currently does not warn for core functions (print, say, exec or system). This may change in the future, or may be added as optional features that would be enabled by passing options to unimport. In http://www.shadowcat.co.uk/blog/matt-s-trout/indirect-but-still-fatal, Matt S. Trout gives an example of an undesirable indirect method call on a block that can cause a particularly bewildering error. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-indirect/DESCR \ pkgsrc/devel/p5-indirect/Makefile pkgsrc/devel/p5-indirect/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.