diff options
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/Page.pm | 1 | ||||
-rw-r--r-- | perllib/Problems.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 6acf53c14..5f641f0bd 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -15,6 +15,7 @@ use strict; use Carp; use mySociety::CGIFast qw(-no_xhtml); use Data::Dumper; +use Encode; use Error qw(:try); use File::Slurp; use HTTP::Date; # time2str 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; |