Use local-lib-contained when installing a new profile

This commit is contained in:
Ray Miller 2011-08-22 10:30:41 +01:00
parent ff3dfa6c42
commit f52bd3ad6b

View file

@ -21,7 +21,7 @@ sleep 3
test -d "${HOME}/perl-profiles" || mkdir -v "${HOME}/perl-profiles"
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 \
Dist::Zilla \
App::local::lib::helper