On Fri, 21 Sep 2001, Philippe M . Chiasson wrote:
 
> Oh, it's pretty simple.  In my test environnent, stuff like Chatbot::Eliza is
> installed in ~gozer/lib_perl and accessible because my PERL5LIB points to it.
> 
> But PERL5LIB is clobbered somewhere and my eliza test fails all the time ;-)

oh, i don't think PERL5LIB is accounted for.  the generated modperl_inc.pl
could include that, just tweak TestConfigPerl.pm:configure_inc() along the
lines of:
if (my $perl5lib = $ENV{PERL5LIB}) {
     push @$inc, split /$Config{path_sep}/, $perl5lib;
}


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

Reply via email to