diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-11-07 16:46:00 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-11-07 16:46:00 +0000 |
commit | 1bd78da3b7e1125fe6e30118f61e5265f805c2fd (patch) | |
tree | d4387c59602af04b3d659cce3c5e636cc4277bae /perllib/FixMyStreet/Geocode/Zurich.pm | |
parent | 5890095563269359385313253b45f6033de5e8f5 (diff) | |
parent | d8a7e85e32a5ef6cdda9385d389df2dab3245121 (diff) |
Merge branch 'trusty-tahr'
Diffstat (limited to 'perllib/FixMyStreet/Geocode/Zurich.pm')
-rw-r--r-- | perllib/FixMyStreet/Geocode/Zurich.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Geocode/Zurich.pm b/perllib/FixMyStreet/Geocode/Zurich.pm index 7ba3d27ad..84fd83fc7 100644 --- a/perllib/FixMyStreet/Geocode/Zurich.pm +++ b/perllib/FixMyStreet/Geocode/Zurich.pm @@ -16,7 +16,6 @@ use strict; use Digest::MD5 qw(md5_hex); use File::Path (); use Geo::Coordinates::CH1903; -use SOAP::Lite; use Storable; use mySociety::Locale; @@ -33,6 +32,8 @@ sub setup_soap { my $attr = 'http://ch/geoz/fixmyzuerich/service'; my $action = "$attr/IFixMyZuerich/"; + require SOAP::Lite; + # Set up the SOAP handler $security = SOAP::Header->name("Security")->attr({ 'mustUnderstand' => 'true', |