![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^3: Can't install a modern Perl from sourceby mpeters (Chaplain) |
on Jul 19, 2011 at 13:42 UTC ( [id://915454]=note: print w/replies, xml ) | Need Help?? |
Turns out it was my GREP_OPTIONS environment variable. I had this in my .bashrc
export GREP_OPTIONS="--exclude-from ~/.grep_excludes --color"Seems some files were accidentally matching my excludes rules and the color was throwing off something else. Removing that fixed everything up (except for a single failure in t/porting/exec-bit.t).
In Section
Seekers of Perl Wisdom
|
|