From 378b3e2f2796fb57d9e58b25b8a818ee8ce8c092 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 26 Jul 2013 23:12:35 +0100 Subject: Fixes to module installation. * Upgrade ExtUtils::MakeMaker, and remove old workaround. * DIME::Tools won't install without --force (needed by SOAP::Lite in travis). * Remove SOAP::WSDL from cpanfile, as it won't install and nothing needs it apart from Barnet (UK specific). --- bin/install_perl_modules | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin/install_perl_modules') 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 -- cgit v1.2.3