diff --git a/modules/perl/init.zsh b/modules/perl/init.zsh index 59da1524..878b1eec 100644 --- a/modules/perl/init.zsh +++ b/modules/perl/init.zsh @@ -10,6 +10,20 @@ if (( ! $+commands[perl] )); then return 1 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 #