# from Jay Truesdale
# on Wednesday 02 August 2006 05:49 pm:

>Argument list' was 'too long', env lengths
>are DISPLAY=>4; G_BROKEN_FILENAMES=>1; HARNESS_ACTIVE=>1; HISTSIZE=>4;
>HOME=>5; HOSTNAME=>10; INPUTRC=>12; KDEDIR=>4; LANG=>11; LESSOPEN=>24;
>LOGNAME=>4; LS_COLORS=>440; MAIL=>20; MAKELEVEL=>1; MFLAGS=>0;
>MODULEBUILDRC=>4; OLDPWD=>5; PATH=>122; 

Hey, looks like you found the new code that Ken slipped in there.

>PERL5LIB=>143716

Holy include directories batman!  My EU::MM-fu isn't that great, but it 
smells like the Makefile.PL route passes all of the @INCs in the 
environment variable.  M::B probably exacerbates that at least a little 
by trying to preserve them all without any "only the unique ones in the 
right order" code to whittle it back down to sanity.

Jay, what's your `echo $PERL5LIB` and `perl -e 'print join("\n", @INC)'` 
output?

Thanks,
Eric
-- 
"Time flies like an arrow, but fruit flies like a banana."
--Groucho Marx
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to