Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 92310 invoked from network); 26 Jan 2006 01:20:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jan 2006 01:20:20 -0000 Received: (qmail 5233 invoked by uid 500); 26 Jan 2006 01:20:20 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 5219 invoked by uid 500); 26 Jan 2006 01:20:19 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 5208 invoked by uid 99); 26 Jan 2006 01:20:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2006 17:20:19 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.236.219.70] (HELO piccollo.p6m7g8.net) (66.236.219.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2006 17:20:18 -0800 Received: from [192.168.1.45] (pool-71-255-234-235.washdc.east.verizon.net [71.255.234.235]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.4/8.13.4) with ESMTP id k0Q1K1UU008863 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 25 Jan 2006 20:20:01 -0500 (EST) (envelope-from pgollucci@p6m7g8.com) Message-ID: <43D84DE5.4060906@p6m7g8.com> Date: Wed, 25 Jan 2006 20:19:49 -0800 From: "Philip M. Gollucci" User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stas Bekman CC: Frank Wiles , dev@perl.apache.org Subject: Re: issues with figuring out which mp version is running References: <43D17C96.2050603@stason.org> <20060121121731.782f9949.frank@wiles.org> <43D30AE3.6070605@stason.org> In-Reply-To: <43D30AE3.6070605@stason.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > use constant MP2 => eval { require mod_perl; $mod_perl::VERSION > > 1.99 }; > > so MP2 can never be true, since it should be mod_perl2 not mod_perl. > Since I don't have mp1 installed (which I guess happens to work > instead) the module doesn't work. I've been out of the game for a while, but this is not true. In mod_perl2.pm this is specifically set to ease the porting effort. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org