1
0
Fork 0
delphinus 8 years ago
parent 9694fb74ef
commit 98fad48895

@ -10,6 +10,20 @@ if (( ! $+commands[perl] )); then
return 1 return 1
fi fi
#
# Load Perlbrew
#
# Load Perlbrew into the shell session.
if [[ -s "${HOME}/perl5/perlbrew/etc/bashrc" ]]; then
source "${HOME}/perl5/perlbrew/etc/bashrc"
# Load Perlbrew completion.
if [[ -s "${HOME}/perl5/perlbrew/etc/perlbrew-completion.bash" ]]; then
source "${HOME}/perl5/perlbrew/etc/perlbrew-completion.bash"
fi
fi
# #
# Local Module Installation # Local Module Installation
# #

Loading…
Cancel
Save