Skip Menu |

This queue is for tickets about the App-perlbrew CPAN distribution.

Report information
The Basics
Id: 69405
Status: resolved
Priority: 0/
Queue: App-perlbrew

People
Owner: Nobody in particular
Requestors: domm [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.27
Fixed in: (no value)



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?
On Mon Jul 11 12:51:02 2011, DOMM wrote: Show quoted text
> 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? >
"drastic" is an interesting way to describe it, I'll remember the word :) Anyway, it seems that the built-in documentation needs to be reviewed. Yes you should use `perlbrew off` to do so. `perlbrew switch` command has be modified towards the goal not to support system perl. It was working that way, but it will not be.
Subject: Re: [rt.cpan.org #69405] cannot switch back to system perl
Date: Tue, 12 Jul 2011 00:43:47 +0200
To: Kang-min Liu via RT <bug-App-perlbrew [...] rt.cpan.org>
From: Thomas Klausner <domm [...] plix.at>
Hi! On Mon, Jul 11, 2011 at 06:23:57PM -0400, Kang-min Liu via RT wrote: Show quoted text
> > the only way it works is via perlbrew off, which seems a bit drastic?
> > "drastic" is an interesting way to describe it, I'll remember the word :)
:-) Show quoted text
> Anyway, it seems that the built-in documentation needs to be reviewed. Yes you should use > `perlbrew off` to do so. `perlbrew switch` command has be modified towards the goal not > to support system perl. It was working that way, but it will not be.
OK, thanks for the info! doc-patch is on it's way via github... Keep up the cool work, domm -- #!/usr/bin/perl http://domm.plix.at for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
the documentation updates are done and will be released soon.