>> + 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.
- [ANNOUNCE] Apache::Test 1.08 RC1 Stas Bekman
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Philippe M. Chiasson
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Andrew Wyllie
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Stas Bekman
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 David Wheeler
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Geoffrey Young
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Stas Bekman
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Geoffrey Young
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 William McKee
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 William McKee
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Stas Bekman
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Christopher H. Laco
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Stas Bekman
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Christopher H. Laco
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Stas Bekman
- RE: [ANNOUNCE] Apache::Test 1.08 RC1 Thella, Rita
- RE: [ANNOUNCE] Apache::Test 1.08 RC1 Thella, Rita
- Re: [ANNOUNCE] Apache::Test 1.08 RC1 Stas Bekman