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<use lib> in I<startup.pl> to adjust
> C<@INC>, now you can use the command line switch C<-I> to do that:
> 
>    PerlSwitches -I/home/stas/modperl
> 
> You could also use C<-Mlib=/home/stas/modperl> which is the exact
> equivalent as C<use lib>, but it's broken on certain platforms/version
> (e.g. Darwin/5.6.0). C<use lib> is removing duplicated entries,
> whereas C<-I> does not.

i wouldn't bother documenting brokeness on darwin here.



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

Reply via email to