aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install_perl_modules
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-11-05 16:56:32 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-11-05 17:07:47 +0000
commit80f12b9529dca6b2f425918fce77da41da168f41 (patch)
tree2de011bcff1d1c13341eebd608ee368bc25491f8 /bin/install_perl_modules
parent92fc64655c5b51ddec3286befd87d9693ca718c2 (diff)
Remove liberror-perl and libsoap-lite-perl.
Try and save other people the potential pain of installing SOAP::Lite; only UK FixMyStreet and Zurich geocoder use it, so set it as an optional feature in the cpanfile instead.
Diffstat (limited to 'bin/install_perl_modules')
-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 883ced235..e86a55261 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 --without uk
+carton install --deployment --without uk --without zurich
if ! perl -MImage::Magick -e 'exit()' >/dev/null 2>&1
then