diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-05 16:56:32 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-05 17:07:47 +0000 |
commit | 80f12b9529dca6b2f425918fce77da41da168f41 (patch) | |
tree | 2de011bcff1d1c13341eebd608ee368bc25491f8 /bin/send-comments | |
parent | 92fc64655c5b51ddec3286befd87d9693ca718c2 (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/send-comments')
-rwxr-xr-x | bin/send-comments | 1 |
1 files changed, 0 insertions, 1 deletions
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; |