upgrading to perl 5.8.5

opencity

Registered
Hey forum -

OS X 10.3.9
currently
perl, v5.8.1-RC3

I was thinking of going to 5.8.5 but I've got mysql and php up and a bunch of jobs open. My thinking was stuff shouldn't break but ...

Thanks in advance for information and opinions.
 
If this were me, I'd do a parallel install in /usr/local, mv /usr/bin/perl /usr/bin/perl-orig, ln -s /usr/local/bin/perl /usr/bin/perl, and see if I break anything. Just compile from source so you can control where the install is jailed.
 
And, obviously, don't upgrade in the middle of a production cycle! Sorry, forgot to mention that before. Unless you have an incredibly compelling reason to upgrade, wait until you can afford to screw something up.
 
Hey thanks for getting back!
I like the move whole directory structure idea! but as you said ...

>don't upgrade in the middle of a production cycle!

I only had to learn that the hard way once (it hurt)

Thanks again!
 
Back
Top