Re: cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pmperlrequire.pm

2002-06-03 Thread Doug MacEachern
On Mon, 3 Jun 2002, Stas Bekman wrote: > The good thing about lib.pm is that it removes duplicates if any. sure. the bad thing is it is much more expensive and bloated. all the stats and 'use Config'. > I've changed the docs to say: > > As an alternative to using C in I to adjust > C<@INC

Re: cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pmperlrequire.pm

2002-06-02 Thread Stas Bekman
Doug MacEachern wrote: > On Sun, 2 Jun 2002, Stas Bekman wrote: > > >>Should the same change be applied for -Mblib, which you have used for >>demonstrating different @INC in two vhosts? I know it's not same as >>-Mlib=, the question is whether -Mblib works on darwin/5.6.0 > > > nope, seems

Re: cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pmperlrequire.pm

2002-06-02 Thread Doug MacEachern
On Sun, 2 Jun 2002, Stas Bekman wrote: > Should the same change be applied for -Mblib, which you have used for > demonstrating different @INC in two vhosts? I know it's not same as > -Mlib=, the question is whether -Mblib works on darwin/5.6.0 nope, seems it was only the case i changed caused

Re: cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pmperlrequire.pm

2002-06-02 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > dougm 02/05/30 16:57:50 > > Modified:t/response/TestDirective perlmodule.pm perlrequire.pm > Log: > -Mlib= is broken on darwin/5.6.0, change to -I which works everywhere Should the same change be applied for -Mblib, which you have used for demonstratin