diff options
-rwxr-xr-x | bin/install_perl_modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/install_perl_modules b/bin/install_perl_modules index 44d721ee2..def44529d 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -4,9 +4,9 @@ set -e DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd | sed -e 's/\/bin$//' )" -# Before anything else is installed, install the current dev version of +# 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 BINGOS/ExtUtils-MakeMaker-6.67_02.tar.gz +$DIR/bin/cpanm -l $DIR/local MSCHWERN/ExtUtils-MakeMaker-6.64.tar.gz $DIR/bin/cpanm -l $DIR/local Carton |