On Wed, Jan 18, 2006 at 08:38:13AM -0800, [EMAIL PROTECTED] wrote:
> >Then no lib isn't doing what you want.
>
> Agree. But, that is the point. Outside of recompiling perl with new
> paths or significantly altering DateTime to use far fewer
> dependancies nothing can really be done.
>
> test4
> #!/usr/bin/perl
> BEGIN { @INC = grep !/5\.8\.[0-5]/, @INC }
> use DateTime;
Do your traces show it still searching all the removed paths?
There's no way the above should be doing that, unless you're
loading DateTime earlier, via sitecustomize.pl or $PERL5OPT?