# from Jay Truesdale
# on Wednesday 02 August 2006 08:15 pm:

>perl -e 'print join("\n", @INC)'
>/usr/lib/perl5/5.8.5/i386-linux-thread-multi
>/usr/lib/perl5/5.8.5
... | wc -c
1175

That's not *that* large.  I wonder what is happening to duplicate it 
~120 times.

>PERL5LIB=>143716

Can you send your Makefile?  (I'm not sure if this list takes 
attachments, but you can send it to me or see if you can find something 
fishy involving PERL5LIB in there.)

Here's where I'm running out of ideas.  AFAICT, M::B doesn't muck with 
PERL5LIB at all except to add a whittled-down set (_added_to_INC() 
checks for uniqueness) to it.

  $ ack PERL5LIB lib
  lib/Module/Build/Base.pm
  1302:local $ENV{PERL5LIB};  # this is not considered ...
  3847:local $ENV{PERL5LIB} = join $c->{path_sep}, $self->_added_to_INC;

And I'm not seeing anything to suspect in EU::MM either :-(

What do you get for:
  perl -e 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION;'

--Eric
-- 
"Everything should be made as simple as possible, but no simpler."
--Albert Einstein
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to