aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
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 /cpanfile
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 'cpanfile')
-rw-r--r--cpanfile14
1 files changed, 5 insertions, 9 deletions
diff --git a/cpanfile b/cpanfile
index 4a15ea7f5..b50e433a8 100644
--- a/cpanfile
+++ b/cpanfile
@@ -69,7 +69,6 @@ requires 'POSIX';
requires 'Readonly';
requires 'Regexp::Common';
requires 'Scalar::Util';
-requires 'SOAP::Lite';
requires 'Statistics::Distributions';
requires 'Storable';
requires 'Template::Plugin::Comma';
@@ -81,12 +80,9 @@ requires 'XML::RSS';
requires 'XML::Simple';
requires 'YAML';
-# SOAP::Lite isn't needed by all cobrands, but it would require
-# code changes to only be imported when installed.
-
feature 'uk', 'FixMyStreet.com specific requirements' => sub {
-# # East Hampshire
-# requires 'SOAP::Lite';
+ # East Hampshire
+ requires 'SOAP::Lite';
# Barnet
# TODO: This can perhaps be removed since Barnet switched to email for problem reports
requires 'SOAP::WSDL';
@@ -101,10 +97,10 @@ feature 'open311-endpoint', 'Open311::Endpoint specific requirements' => sub {
requires 'DateTime::Format::Oracle'; # for EXOR
};
-#feature 'zurich', 'Zueri wie neu specific requirements' => sub {
+feature 'zurich', 'Zueri wie neu specific requirements' => sub {
# # Geocoder
-# requires 'SOAP::Lite';
-#};
+ requires 'SOAP::Lite';
+};
# Moderation by from_body user
requires 'Algorithm::Diff';