On Wed, 5 Dec 2001, Stas Bekman wrote:
 
> can we make the t/TEST use Apache-Test/lib rather than blib? I've run 
> 'cvs up' but forgot to run 'make' to copy the updates to blib :(

i thought it already did:
t/TEST on the client does:
use lib map { "$_/Apache-Test/lib" } qw(. ..);

and t/conf/modperl_inc.pl on the server side does:
use lib '/home/dougm/ap/modperl-2.0/Apache-Test/lib';
use lib '/home/dougm/ap/modperl-2.0/lib';
use lib '/home/dougm/ap/modperl-2.0/blib/lib';
use lib '/home/dougm/ap/modperl-2.0/blib/arch';
...


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

Reply via email to