Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 42421 invoked from network); 5 Nov 2005 21:10:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Nov 2005 21:10:36 -0000 Received: (qmail 27741 invoked by uid 500); 5 Nov 2005 21:10:28 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 27722 invoked by uid 500); 5 Nov 2005 21:10:27 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 27711 invoked by uid 99); 5 Nov 2005 21:10:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2005 13:10:27 -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.77.29.165] (HELO secure.exclamationlabs.net) (66.77.29.165) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2005 13:10:21 -0800 Received: from [192.168.2.160] (pcp0010776620pcs.walngs01.pa.comcast.net [69.141.1.101]) (authenticated (0 bits)) by secure.exclamationlabs.net (8.11.6/8.11.6) with ESMTP id jA5LA3727523; Sat, 5 Nov 2005 15:10:04 -0600 Message-ID: <436D1FA6.4080105@modperlcookbook.org> Date: Sat, 05 Nov 2005 16:09:58 -0500 From: Geoffrey Young User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040927 X-Accept-Language: en-us, en MIME-Version: 1.0 To: JT Smith CC: modperl@perl.apache.org Subject: Re: 2 init handlers References: <436CF45D.3050401@modperlcookbook.org> In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii 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 JT Smith wrote: > Thanks. I tried adding multiple lines worth and that didn't seem to > work, not sure why. I didn't try putting multiple on the same line. I'll > give that a shot. it shouldn't really matter - see hooks/TestHooks/stacked_handlers2.pm in the mp2 test suite. if the t/hooks/stacked_handlers2.t test passes then something else must be going on somewhere in your handlers... --Geoff