diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-07-26 23:12:35 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-07-26 23:51:35 +0100 |
commit | 378b3e2f2796fb57d9e58b25b8a818ee8ce8c092 (patch) | |
tree | 2e3ad2edecd9bb8aebde1f32817fdf8e6759fdf1 /bin | |
parent | 02f57fe249afcfc61db4f68adf2499bb5e239314 (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')
-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 |