aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install_perl_modules
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2013-07-26 23:12:35 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2013-07-26 23:51:35 +0100
commit378b3e2f2796fb57d9e58b25b8a818ee8ce8c092 (patch)
tree2e3ad2edecd9bb8aebde1f32817fdf8e6759fdf1 /bin/install_perl_modules
parent02f57fe249afcfc61db4f68adf2499bb5e239314 (diff)
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).
Diffstat (limited to 'bin/install_perl_modules')
-rwxr-xr-xbin/install_perl_modules4
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