Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 52192 invoked from network); 1 Apr 2004 17:57:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Apr 2004 17:57:23 -0000 Received: (qmail 31911 invoked by uid 500); 1 Apr 2004 17:57:01 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 31867 invoked by uid 500); 1 Apr 2004 17:57:00 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 31806 invoked from network); 1 Apr 2004 17:57:00 -0000 Received: from unknown (HELO secure.exclamationlabs.net) (66.77.29.182) by daedalus.apache.org with SMTP; 1 Apr 2004 17:57:00 -0000 Received: from modperlcookbook.org (pcp05675728pcs.walngs01.pa.comcast.net [69.139.161.218]) (authenticated (0 bits)) by secure.exclamationlabs.net (8.11.6/8.11.6) with ESMTP id i31Hv4P13635 for ; Thu, 1 Apr 2004 11:57:04 -0600 Message-ID: <406C57EF.2060207@modperlcookbook.org> Date: Thu, 01 Apr 2004 12:57:03 -0500 From: Geoffrey Young User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: test-dev@httpd.apache.org Subject: Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm References: <20040401143203.39456.qmail@minotaur.apache.org> <406C570D.5060001@stason.org> In-Reply-To: <406C570D.5060001@stason.org> X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > Something is not right here, Geoff. It require()s *only* if > IS_MOD_PERL_2 is true. Which must have Apache::Build present. I suggest > that you try to revert it and find the real cause of the problem, rather > than hide it. Thanks. ah, I see what's going on. I removed all "Apache" stuff but mod_perl.pm lingers. blarg. --Geoff