|
|
| XP is just a number | |
| PerlMonks |
Re^3: App::perlbrew - Compiling Perl with thread supportby ikegami (Pope) |
| on Feb 15, 2012 at 21:52 UTC ( #954088=note: print w/ replies, xml ) | Need Help?? |
|
Oops yeah, thought you were listing the steps that lead to the "incorrect" output at the end. Aside from the "i" everything looks fine. (I've never created an alias before, so I'm just assuming there.) See the INSTALL file in the root directory of the Perl distribution for info on common configuration items. You can find the distributions on CPAN: perl. (The other monk gave a link to the very very latest version of the file, which might not be accurate for the version of Perl you are installing.) Some tweaks aren't documented, though. You'd only know it's even possible to change them by looking at the code itself, though. e.g. I use -DPERL_SUB_DEPTH_WARN=1000 to reduce the risk of warnings when dealing with deep trees. My perlbrew install wrapper:
(ccache is probably of no benefit, but I got in the habit of using it when bisecting.)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||