On 24 Nov 2002 [EMAIL PROTECTED] wrote:

> stas        2002/11/24 04:50:31
> 
>   Modified:    t/conf   extra.conf.in
>   Log:
>   Test that <IfDefine !MODPERL2> works
...
>   +    <IfDefine !MODPERL2>
>   +        # This should not be touched, since we're running with mod_perl 2
>   +        PerlModule Doesnt::Exist
>   +    </IfDefine>

hmm, does that really test anything?  i mean, how is this different from, 
say:

<IfDefine !SOMETHING_NOT_DEFINED_BY_ANYTHING>

?

probably better to just put <IfDefine MODPERL2> around everything in 
extra.conf.in to make sure it is defined.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to