Use local-lib-contained when installing a new profile
This commit is contained in:
parent
ff3dfa6c42
commit
f52bd3ad6b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ sleep 3
|
||||||
test -d "${HOME}/perl-profiles" || mkdir -v "${HOME}/perl-profiles"
|
test -d "${HOME}/perl-profiles" || mkdir -v "${HOME}/perl-profiles"
|
||||||
PROFILE_DIR="${HOME}/perl-profiles/$1"
|
PROFILE_DIR="${HOME}/perl-profiles/$1"
|
||||||
|
|
||||||
curl -L http://cpanmin.us/ | perl - --notest --quiet --local-lib "${PROFILE_DIR}" \
|
curl -L http://cpanmin.us/ | perl - --notest --quiet --local-lib-contained "${PROFILE_DIR}" \
|
||||||
App::cpanminus \
|
App::cpanminus \
|
||||||
Dist::Zilla \
|
Dist::Zilla \
|
||||||
App::local::lib::helper
|
App::local::lib::helper
|
||||||
|
|
Loading…
Reference in a new issue