aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-05 16:34:25 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-05 16:34:25 +0100
commit5d3f5990cc0b85b0a6dc4958eb45ffe18d0cbbd6 (patch)
tree7580b344c4aaf255419ac6dc03b44f89f1d7d63c
parenta45958b500ced0943703960f9319ac480e6ce905 (diff)
add use Encode
-rw-r--r--perllib/FixMyStreet/App/Controller/Location.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Location.pm b/perllib/FixMyStreet/App/Controller/Location.pm
index 5649a725f..7be8eaa0c 100644
--- a/perllib/FixMyStreet/App/Controller/Location.pm
+++ b/perllib/FixMyStreet/App/Controller/Location.pm
@@ -4,6 +4,8 @@ use namespace::autoclean;
BEGIN {extends 'Catalyst::Controller'; }
+use Encode;
+
=head1 NAME
FixMyStreet::App::Controller::Location - Catalyst Controller