Hi Dusty,
Dusty Wilson [Megagram] wrote:
With that change to my /usr/local/bin/par.pl (the only par.pl "find /
-iname 'par.pl'" found), it still gives me this:
Can't locate List/Util/PP.pm in @INC (@INC contains: CODE(0x1d205b0)
/etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10
/usr/share/perl/5.10 /usr/local/lib/site_perl .) at
/usr/local/lib/perl/5.10.0/List/Util.pm line 38.
Added info: I am testing with this build command:
pp -e 'print 123'
and then running it on a different box (the one with the seemingly
local-perl-related weirdness).
just a hunch. Can you try with a
pp -e 'use strict; use warnings; print 123,"\n"'
again? Shouldn't be different but I seem to recall a bug...
Cheers,
Steffen