aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-09-03 18:40:13 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-09-03 18:40:32 +0100
commite9ec29417c32dcef3baceb9a633c8a21b0bafe93 (patch)
tree6c3700d83d2833e9f5bc8116a589895ae6f4a5b4 /cpanfile
parentd6c6c05f4627c2b85f2ec867ff3b6c85f297e8cc (diff)
[fixmystreet.com] Remove unused Barnet code.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpanfile b/cpanfile
index aaaa869a4..d7abc3315 100644
--- a/cpanfile
+++ b/cpanfile
@@ -90,9 +90,6 @@ requires 'YAML';
feature 'uk', 'FixMyStreet.com specific requirements' => sub {
# East Hampshire
requires 'SOAP::Lite';
- # Barnet
- # TODO: This can perhaps be removed since Barnet switched to email for problem reports
- requires 'SOAP::WSDL';
};
feature 'open311-endpoint', 'Open311::Endpoint specific requirements' => sub {
@@ -105,7 +102,7 @@ feature 'open311-endpoint', 'Open311::Endpoint specific requirements' => sub {
};
feature 'zurich', 'Zueri wie neu specific requirements' => sub {
-# # Geocoder
+ # Geocoder
requires 'SOAP::Lite';
};