Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 46291 invoked from network); 30 Dec 2004 04:31:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Dec 2004 04:31:38 -0000 Received: (qmail 87126 invoked by uid 500); 30 Dec 2004 04:31:37 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 87116 invoked by uid 500); 30 Dec 2004 04:31:37 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 87101 invoked by uid 99); 30 Dec 2004 04:31:37 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.logilune.com (HELO mail.logilune.com) (195.80.154.36) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Dec 2004 20:31:34 -0800 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id 015BD1E1B61; Thu, 30 Dec 2004 05:31:30 +0100 (CET) Message-ID: <41D384A2.2000403@stason.org> Date: Wed, 29 Dec 2004 23:31:30 -0500 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: David Wheeler Cc: Geoffrey Young , Module-Build List , Ken Williams , mod_perl Dev Subject: Re: [Module::Build] Re: ModPerl::MB References: <30E069B2-59C1-11D9-83E1-000A95B9602E@kineticode.com> <41D30DD4.4060601@modperlcookbook.org> <41D30FA3.3090901@stason.org> <41D3666F.9030909@stason.org> <41D36CB3.1030201@modperlcookbook.org> <24E45CF4-5A1A-11D9-8024-000A95B9602E@kineticode.com> In-Reply-To: <24E45CF4-5A1A-11D9-8024-000A95B9602E@kineticode.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David Wheeler wrote: > On Dec 29, 2004, at 6:49 PM, Geoffrey Young wrote: > >> for a bit of history here, what happens with mp2 is that if it sees a mp1 >> installation it installs everything under site_lib/Apache2/ (like >> Apache::Filter becomes Apache2/Apache/Filter.pm) as to not collide with >> existing modules in the mp1 namespace. along with this is Apache2.pm, >> which >> adjusts @INC so that Apache::Filter resolves to >> Apache2/Apache/Filter.pm - >> mp2 installs are expected to 'PerlModule Apache2' or somesuch if they >> want >> their mp2 modules found. > > > And just to be clear, IIUC, this means that if you don't have mod_perl1 > installed, then Apache2 should *not* be appended to the pm_libs install > path, and using Apache2 in one's modules will have no affect. That's correct. mp2-core knows whether it was installed into Apache2/ or not. -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org