Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 14C2B63EE5A for ; Sun, 27 Jan 2013 20:42:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E6F3814A477; Sun, 27 Jan 2013 20:42:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB96514A472 for ; Sun, 27 Jan 2013 20:42:17 +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 p6mUPp-VN6G4 for ; Sun, 27 Jan 2013 20:42:17 +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 4377414A468 for ; Sun, 27 Jan 2013 20:42:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3143D175DD; Sun, 27 Jan 2013 20:42:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 27 Jan 2013 20:42:17 +0000 From: "Amitai Schlair" Subject: CVS commit: pkgsrc/devel/p5-FindBin-libs To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20130127204217.3143D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schmonz Date: Sun Jan 27 20:42:17 UTC 2013 Added Files: pkgsrc/devel/p5-FindBin-libs: DESCR Makefile distinfo pkgsrc/devel/p5-FindBin-libs/patches: patch-META.yml Log Message: Add p5-FindBin-libs: An all-too-common occurrance managing perly projects is being unable to install new modules becuse "it might break things", and being unable to test them because you can't install them. The usual outcome of this is a collection of hard-coded use lib qw( /usr/local/projectX ... ) code at the top of each #! file that has to be updated by hand for each new project. To get away from this you'll often see relative paths for the lib's, which require running the code from one specific place. All this does is push the hard-coding into cron, shell wrappers, and begin blocks. With FindBin::libs you need suffer no more. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-FindBin-libs/DESCR \ pkgsrc/devel/p5-FindBin-libs/Makefile \ pkgsrc/devel/p5-FindBin-libs/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-FindBin-libs/patches/patch-META.yml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.