aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-02-26 12:50:11 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-02-26 16:14:57 +0000
commita70342b06acf65564b6a932e0c2374bd8af7ff3e (patch)
treed513ae0ff644e3e173ecd2e16f47d9e280c9aba1 /bin
parent9f8907fc2e5627c6a963204bb025c6fbf342cb13 (diff)
Move SOAP::WSDL requirement into UK cpanfile feature.
Note how we'd like to do the same with SOAP::Lite.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/install_perl_modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_perl_modules b/bin/install_perl_modules
index d7378c697..883ced235 100755
--- a/bin/install_perl_modules
+++ b/bin/install_perl_modules
@@ -9,7 +9,7 @@ $DIR/bin/cpanm -l $DIR/local-carton Carton
export PATH=$DIR/local-carton/bin:$PATH
export PERL5LIB=$DIR/local-carton/lib/perl5
-carton install --deployment
+carton install --deployment --without uk
if ! perl -MImage::Magick -e 'exit()' >/dev/null 2>&1
then