Doug MacEachern wrote:
> 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;
> }
done
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]