From acfcf95206946487e23764320dbce2eff3b5cbda Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 4 Jun 2013 19:33:08 +0100 Subject: Workaround for problem installing ExtUtils::MakeMaker. --- bin/install_perl_modules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/install_perl_modules') diff --git a/bin/install_perl_modules b/bin/install_perl_modules index 2311ae5f1..44d721ee2 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -4,6 +4,10 @@ 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 +# 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 Carton export PATH=$DIR/local/bin:$PATH -- cgit v1.2.3