>> +    my $mp2 =  Apache::TestConfig::IS_MOD_PERL_2_BUILD();
>> +    $vars_must_overriden++ if $mp2;
>>  
>>      unless ($vars_must_overriden) {
>>          for (@data_vars_must) {
> 
> 
> For some reason perl doesn't like undef constants at compile time. You
> can reproduce the problem with:
> 
>   use constant IS_MOD_PERL_2 => undef;
> 
> This fixes the source of the problem. Now committed.
> 
> I'll try to write a pure perl test case and bounce of p5p.



Reply via email to