heya 

has any test-dev messages getting through today?

ive found the best solution to 
lib/@INC woes ive been having and i thought i should pass along

alas im wrong {thankfully} that the prob was with Apache::Test*

i thought hmm mod_perl  <Perl> directives!

here is what i did to get it to work
in extra.conf.in
##new
<Perl>
use lib '../blib/lib';
</Perl>
##end of new
PerlModule Apache::Foo
<Location /test/foo>
SetHandler perl-script
PerlHandler Apache::Foo
</Location>

at this point i decided to take out the 
'use lib' lines outta Makefile.PL
and TEST.PL and everything worked fine!

toodles

Reply via email to