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/Page.pm | |
parent | 84c53bffb01a0699810a422eb6946a86d3b7004d (diff) |
Some missing use Encodes.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 1 |
1 files changed, 1 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 |