On Mon, 15 Apr 2002, Stas Bekman wrote:
> 1. it tests against wrong libraries, as it pushes the tobe installed
> libraries first in @INC, but some people will have the older versions
> installed in exactly the same locations.
that'll be an issue regardless of Apache2 being used or not. the build
library paths should always be first in @INC for testing.
> 2. It doesn't pick the Apache2 ../blib
>
> I suggest having a special lib/Apache2Test.pm which will be used in tests.
>
> I also had to add this to t/TEST.PL:
> use lib map { "$FindBin::Bin/../blib/$_/Apache2" } qw(lib arch);
you mean ModPerl-Registry/t/TEST.PL?
how is any of this specific to 5.6.1?
everything currently works fine for me with MP_INST_APACHE=1, but i
haven't been running ModPerl-Registry/t/TEST
maybe we should just be using absolute paths instead of ../ ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]