aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport/EastHants.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/SendReport/EastHants.pm')
-rw-r--r--perllib/FixMyStreet/SendReport/EastHants.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/SendReport/EastHants.pm b/perllib/FixMyStreet/SendReport/EastHants.pm
index aa290742e..61c38e591 100644
--- a/perllib/FixMyStreet/SendReport/EastHants.pm
+++ b/perllib/FixMyStreet/SendReport/EastHants.pm
@@ -1,11 +1,11 @@
-package FixMyStreet::SendReport::Email;
+package FixMyStreet::SendReport::EastHants;
use Moose;
-use namespace::autoclean;
BEGIN { extends 'FixMyStreet::SendReport'; }
-use Error qw(:try);
+# export just what we need as error if we use :try
+use Error qw(try otherwise);
use Encode;
use mySociety::Web qw(ent);
use EastHantsWSDL;