Subject: | Odd switch problem with 5.12.1 |
New install of perlbrew 0.08 on OSX 10.6 perl 5.10.0
I have installed 5.8.9, 5.10.1 and 5.12.1 successfully.
I can switch to perl-5.8.9 or perl-5.10.1 and after hash -r, I'm using the new perl immediately.
However, any attempts to switch to perl-5.12.1 within ~ display "Switched to perl-5.12.1", but
no "current" is set in perl5/perlbrew/perls, even after multiple tries.
Oddly enough, if I switch to another directory, like cd Documents, then issue perlbrew switch
perl-5.12.1, it finally works as intended.