aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Problems.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@dracos.co.uk>2011-02-17 11:07:25 +0000
committerMatthew Somerville <matthew@dracos.co.uk>2011-02-17 11:07:25 +0000
commit3910b9b80463f9e133e5a61422ef1f22c677da18 (patch)
tree174bdbda2a7fdde3149a699583bcf0e18afe55b7 /perllib/Problems.pm
parent84c53bffb01a0699810a422eb6946a86d3b7004d (diff)
Some missing use Encodes.
Diffstat (limited to 'perllib/Problems.pm')
-rw-r--r--perllib/Problems.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/Problems.pm b/perllib/Problems.pm
index ff222f874..7b37fe7d7 100644
--- a/perllib/Problems.pm
+++ b/perllib/Problems.pm
@@ -12,6 +12,7 @@
package Problems;
use strict;
+use Encode;
use Memcached;
use mySociety::DBHandle qw/dbh select_all/;
use mySociety::Locale;