Skip to content

Commit

Permalink
Merge pull request #379 from tgt/patch-3
Browse files Browse the repository at this point in the history
Fixes perlbrew off when using fish shell
  • Loading branch information
gugod committed Feb 27, 2014
2 parents 7290761 + bec6df4 commit 8e5ff31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2612,8 +2612,9 @@ end
function __perlbrew_deactivate
__perlbrew_set_env
set -r PERLBREW_PERL
set -r PERLBREW_LIB
set -x PERLBREW_PERL
set -x PERLBREW_LIB
set -x PERLBREW_PATH
__perlbrew_set_path
end
Expand Down

0 comments on commit 8e5ff31

Please sign in to comment.