diff options
author | Struan Donald <struan@exo.org.uk> | 2012-02-02 18:17:36 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-02-02 18:17:36 +0000 |
commit | 770fdbda619b54a3b6dee1c3f94a9cbad502d961 (patch) | |
tree | 85b24b34c53f589afe30c9a4bf6b6f4be390d1d9 /bin/install_perl_modules | |
parent | db4e40983a575ffdcba019c06723fa43fc06b70a (diff) |
include cpanm in our local bin as that is rather more sensible
Diffstat (limited to 'bin/install_perl_modules')
-rwxr-xr-x | bin/install_perl_modules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/install_perl_modules b/bin/install_perl_modules index ece7e7bce..0563baf96 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -2,9 +2,6 @@ DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd | sed -e 's/\/bin$//' )" -curl -LO http://xrl.us/cpanm -mv cpanm $DIR/bin -chmod +x $DIR/bin/cpanm $DIR/bin/cpanm -l local Carton export PATH=$DIR/local/bin:$PATH |