perl 5.8.0
I installed perl 5.8 on my Mac OS X 10.2 server box. Installed it into /usr/local/. Worked great, except I get annoying errors from cc about changing the library path order, and I have issues with XS (I included /Library/Perl in my path); I needed to make sure those XS modules were not loaded by accident while installing the others (for awhile I temporarily moved /Library/Perl while running perl -MCPAN -eshell to install other stuff).
Leave a comment