I upgraded from perl5.22 to perl5.24 via ports. I changed the make.conf default to 5.24 and set the package origin to 5.24 as well. Portmaster seemed to build all the dependent ports correctly against 5.24.
The problem is that if I do
The problem is that if I do
perl -v
I get 5.22 as the default. I tried uninstalling 5.22 and reinstalling 5.24. Then no perl was found when I did perl -v
. I verified that perl 5.24 is installed. How do I fix this so that perl -v shows 5.24?