> 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 :)
--Geoff
|