Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 1ABB363BAB8 for ; Sun, 1 Feb 2009 17:39:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id C601F63B186; Sun, 1 Feb 2009 17:39:14 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id CC4EF63B140 for ; Sun, 1 Feb 2009 17:39:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BE2D1175D0; Sun, 1 Feb 2009 17:39:13 +0000 (UTC) From: Stoned Elipot Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: seb@netbsd.org Message-Id: <20090201173913.BE2D1175D0@cvs.netbsd.org> Date: Sun, 1 Feb 2009 17:39:13 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: seb Date: Sun Feb 1 17:39:13 UTC 2009 Modified Files: pkgsrc/doc: CHANGES-2009 Log Message: Note initial addition of p5-local-lib version 1.3.1 as devel/p5-local-lib into The NetBSD Packages Collection. The Perl 5 module local::lib allows for the bootstrapping and usage of a directory containing Perl modules outside of Perl's @INC. This makes it easier to ship an application with an app-specific copy of a Perl module, or collection of modules. Useful in cases like when an upstream maintainer hasn't applied a patch to a module of theirs that you need for your application. To generate a diff of this commit: cvs rdiff -r1.446 -r1.447 pkgsrc/doc/CHANGES-2009 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.