Doug MacEachern wrote:
> 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.

ok, so this needs to be fixed.

>>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?

no, I meant t/TEST (which is autogenerated). I'm not talking about 
sub-dirs yet.

> 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 ../ ? 

That's why I added the use of FindBin (to make full paths), but 
something else messes things up. It does work for me without any problem 
with bleadperl. I'll try again from scratch.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to