Couple of things - #6
Open
ChrisPortman wants to merge 5 commits into
Open
Conversation
ChrisPortman
force-pushed
the
shell
branch
2 times, most recently
from
July 23, 2015 03:07
c6f9c89 to
352e0c5
Compare
When I did the install, the .perlbrew/init file used `setenv` commands to setup the environment variables. That command is apparently a tsch equivilent command to export and results in: -bash: setenv: command not found Reading through gugod/App-perlbrew#221 , it appears that the installer checks the value of $SHELL to determine which syntax to use. Add the environment variable to the exec. This seems to fix it.
added 2 commits
July 23, 2015 13:56
This separates it from the perl install to allow for more flexibility across various use cases.
Add a 'switch' boolean option to perlbrew::perl that allows switching to the new perl after install optional. Defaults to true to preserve existing implementations.
Owner
|
@ChrisPortman Could you take a stab at fixing the tests? |
Author
|
Hi Joshua, I changed a few things:
Thanks, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Joshua,
Thanks for the module, makes perlbrew pretty straight forward!
Just a couple of things:
Thanks,
Chris