diff options
Diffstat (limited to 'bin/install_perl_modules')
-rwxr-xr-x | bin/install_perl_modules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/install_perl_modules b/bin/install_perl_modules index def44529d..2311ae5f1 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -4,10 +4,6 @@ set -e DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd | sed -e 's/\/bin$//' )" -# Before anything else is installed, install the carton.lock version of -# ExtUtils::MakeMaker to work around a dependency bug only just fixed, sigh -$DIR/bin/cpanm -l $DIR/local MSCHWERN/ExtUtils-MakeMaker-6.64.tar.gz - $DIR/bin/cpanm -l $DIR/local Carton export PATH=$DIR/local/bin:$PATH |