aboutsummaryrefslogtreecommitdiffstats
path: root/bin
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
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')
-rwxr-xr-xbin/install_perl_modules2
-rwxr-xr-xbin/send-comments1
2 files changed, 1 insertions, 2 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
diff --git a/bin/send-comments b/bin/send-comments
index 3549113c9..03adfb095 100755
--- a/bin/send-comments
+++ b/bin/send-comments
@@ -15,7 +15,6 @@ require 5.8.0;
use Digest::MD5;
use Encode;
-use Error qw(:try);
use CronFns;
use FixMyStreet::App;