For those of you using Macs, are you using Perl as it ships with OS X, the Perl MacPort, or are you compiling your own? If you could briefly explain why you use the one you do. I agonize over this every couple of months, and finally decided to sample a larger bit of the community this time around.
Thanks!
Shipped and compiled (Score:1)
I use 5.8.8 as it ships, and have a 5.10.0 that I compiled myself. I've been too lazy to completely roll over to the latter so far.
Re: (Score:2)
non-Mac (Score:1)
I think the advice is similar to other non-Mac platforms that do package management. For Fedora I keep the default Fedora Perl installed but then compile and install my own. I even change the /usr/bin/perl symlink to point to mine so it makes things easier. But I leave everything else alone so it can continue to use the system perl.
Compiled in $HOME (Score:1)
Compile (Score:2)
I always compile perl on every machine I use. Just because I prefer to have similar perl everywhere. Thus my macbook runs 5.10 now.
Compiled (Score:1)
I compile the latest stable (Score:1)
Planning on moving to 5.10.1 when it is released, and will replace my 5.8.9 compiled instance with it.
Compiled. (Score:1)
Like many others, I prefer to leave the system perl alone. I also like the flattened libdir structure that Aristotle describes here [perl.org]:
PREFIX=$HOME/perl-5.10 ./Configure -des -Dprefix=$PREFIX -Dinc_version_list=none -Dprivlib=$PREFIX/lib -Darchlib=$PREFIX/archlib -Dsitearch=$PREFIX/archlib -Dsitelib=$PREFIX/lib