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 60EF57182F for ; Wed, 3 Jul 2013 07:24:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C32F514A146; Wed, 3 Jul 2013 07:24:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D810D14A145 for ; Wed, 3 Jul 2013 07:24:49 +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 UapjASwhAl8C for ; Wed, 3 Jul 2013 07:24:49 +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 58A5314A136 for ; Wed, 3 Jul 2013 07:24:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4526296; Wed, 3 Jul 2013 07:24:49 +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 07:24:49 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/devel/p5-Devel-Hide To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20130703072449.4526296@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 07:24:49 UTC 2013 Added Files: pkgsrc/devel/p5-Devel-Hide: DESCR Makefile distinfo Log Message: Adding package for CPAN distribution Devel-Hide version 0.0009 into devel/p5-Devel-Hide. Given a list of Perl modules/filenames, this module makes require and use statements fail (no matter the specified files/modules are installed or not). They die with a message like: Can't locate Module/ToHide.pm (hidden) The intent of this module is to allow Perl developers to test for alternative behavior when some modules are not available. In a Perl installation, where many modules are already installed, there is a chance to screw things up because you take for granted things that may not be there in other machines. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Devel-Hide/DESCR \ pkgsrc/devel/p5-Devel-Hide/Makefile pkgsrc/devel/p5-Devel-Hide/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.