Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix perlbrew use fallback without shell integration #108

Closed
gugod opened this issue Jun 9, 2011 · 1 comment
Closed

Fix perlbrew use fallback without shell integration #108

gugod opened this issue Jun 9, 2011 · 1 comment
Assignees
Labels

Comments

@gugod
Copy link
Owner

gugod commented Jun 9, 2011

Related RT issue https://rt.cpan.org/Ticket/Display.html?id=68539

To reproduce:

Given using bash or zsh, with perl-5.12.3 be the currently using perl:

> command perlbrew use
Use of uninitialized value $perl in concatenation (.) or string at /Users/gugod/perl5/perlbrew/bin/perlbrew line 911.

A sub-shell is launched with  as the activated perl. Run 'exit' to finish it.

> command perlbrew use perl-5.14.0

A sub-shell is launched with perl-5.14.0 as the activated perl. Run 'exit' to finish it.
> perl -v #=> not switching
@ghost ghost assigned gugod Jun 9, 2011
gugod added a commit that referenced this issue Aug 7, 2011
@gugod gugod closed this as completed Sep 13, 2011
@gugod gugod reopened this Sep 13, 2011
gugod added a commit that referenced this issue Sep 13, 2011
@gugod
Copy link
Owner Author

gugod commented Sep 13, 2011

Fixed in the develop branch.

@gugod gugod closed this as completed Sep 13, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant