aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport/Email.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-04-03 12:16:24 +0100
committerStruan Donald <struan@exo.org.uk>2012-04-03 12:16:24 +0100
commit05da714171febbfba2d65656ea8cf04115978b50 (patch)
treef6f24cd01ef8d2d069b7f524f01ca0484a5d7a05 /perllib/FixMyStreet/SendReport/Email.pm
parent592924059a07a5a30e8a09dfc4ca8dea56c5c77a (diff)
fix compile errors
Diffstat (limited to 'perllib/FixMyStreet/SendReport/Email.pm')
-rw-r--r--perllib/FixMyStreet/SendReport/Email.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/SendReport/Email.pm b/perllib/FixMyStreet/SendReport/Email.pm
index f2ef1bfee..0b8ac8115 100644
--- a/perllib/FixMyStreet/SendReport/Email.pm
+++ b/perllib/FixMyStreet/SendReport/Email.pm
@@ -1,7 +1,6 @@
package FixMyStreet::SendReport::Email;
use Moose;
-use namespace::autoclean;
BEGIN { extends 'FixMyStreet::SendReport'; }