diff options
Diffstat (limited to 'perllib/FixMyStreet/SendReport/London.pm')
-rw-r--r-- | perllib/FixMyStreet/SendReport/London.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/SendReport/London.pm b/perllib/FixMyStreet/SendReport/London.pm index 3d4ce89c2..cb76c7a24 100644 --- a/perllib/FixMyStreet/SendReport/London.pm +++ b/perllib/FixMyStreet/SendReport/London.pm @@ -1,5 +1,11 @@ package FixMyStreet::SendReport::Email; +use Digest::MD5; +use LWP::UserAgent; +use LWP::Simple; + +use Utils; + my %councils = (); my @to; |