On Fri, 14 Apr 2006 7:37 am, Geoffrey Young wrote:
>
>> trunk/t/conf/extra.last.conf.in
>> Modified: trunk/t/conf/extra.last.conf.in
>> ===================================================================
>> --- trunk/t/conf/extra.last.conf.in 2006-04-05 16:36:32 UTC (rev 12)
>> +++ trunk/t/conf/extra.last.conf.in 2006-04-14 06:11:47 UTC (rev 13)
>> @@ -1,9 +1,3 @@
>> -<Perl>
>> - # stuff to get Apache::Test to recognize shared object files
>> - local $^W = 0;
>> - use blib;
>> -</Perl>
>
> I'm pretty sure this was a remnant that was required before
> extra.last.conf.in existed, so putting it there makes it redundant
> (because
> modperl_startup adds blib to @INC already). so removing it is the
> right
> thing I'd think.
>
> nevertheless, it shouldn't have prevented the test suite from running,
> but
> we'll save that bug for a later time :)
Before the exact details fade from my mind, after trying a lot of
different combinations to figure out what was wrong I determined that it
was a problem with using both the blib pragma and apache directives
together. One or the other worked fine.
It was highly repeatable, but needless to say I found the easy way out
and took it. Got to learn some new apache test tricks while debugging
it though ;)
|