Subject: | cannot switch back to system perl |
Hi!
Thanks for ther very nice and handy perlbrew!
I rencently installed it on a fresh machine (Debian testing) and can now
not switch back to the system Perl. (I don't know if this ever worked
(or should work) because I just started using perlbrew)
~$ perlbrew --version
/home/domm/perl5/perlbrew/bin/perlbrew - App::perlbrew/0.27
~$ perlbrew list
* perl-5.14.1
/usr/bin/perl (5.12.3)
~$ perlbrew switch 5.12.3
5.12.3 is not installed
~$ perlbrew switch /usr/bin/perl
/usr/bin/perl is not installed
the only way it works is via perlbrew off, which seems a bit drastic?