diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-02-26 12:50:11 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-02-26 16:14:57 +0000 |
commit | a70342b06acf65564b6a932e0c2374bd8af7ff3e (patch) | |
tree | d513ae0ff644e3e173ecd2e16f47d9e280c9aba1 /cpanfile | |
parent | 9f8907fc2e5627c6a963204bb025c6fbf342cb13 (diff) |
Move SOAP::WSDL requirement into UK cpanfile feature.
Note how we'd like to do the same with SOAP::Lite.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -67,8 +67,6 @@ requires 'Readonly'; requires 'Regexp::Common'; requires 'Scalar::Util'; requires 'SOAP::Lite'; -# Required by Barnet sending, currently fails to install, no-one else needs it. -# requires 'SOAP::WSDL'; requires 'Statistics::Distributions'; requires 'Storable'; requires 'Template::Plugin::Comma'; @@ -79,6 +77,21 @@ 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'; + # Barnet + requires 'SOAP::WSDL'; +}; + +#feature 'zurich', 'Zueri wie neu specific requirements' => sub { +# # Geocoder +# requires 'SOAP::Lite'; +#}; + # Modules used by the test suite requires 'CGI::Simple'; requires 'HTTP::Headers'; |