diff options
author | Matthew Somerville <matthew@dracos.co.uk> | 2011-02-17 11:07:25 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@dracos.co.uk> | 2011-02-17 11:07:25 +0000 |
commit | 3910b9b80463f9e133e5a61422ef1f22c677da18 (patch) | |
tree | 174bdbda2a7fdde3149a699583bcf0e18afe55b7 /perllib/Problems.pm | |
parent | 84c53bffb01a0699810a422eb6946a86d3b7004d (diff) |
Some missing use Encodes.
Diffstat (limited to 'perllib/Problems.pm')
-rw-r--r-- | perllib/Problems.pm | 1 |
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; |