aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-questionnaires
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 /bin/send-questionnaires
parent84c53bffb01a0699810a422eb6946a86d3b7004d (diff)
Some missing use Encodes.
Diffstat (limited to 'bin/send-questionnaires')
-rwxr-xr-xbin/send-questionnaires1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/send-questionnaires b/bin/send-questionnaires
index 0df4c45a8..5b0350f29 100755
--- a/bin/send-questionnaires
+++ b/bin/send-questionnaires
@@ -17,6 +17,7 @@ use lib "$FindBin::Bin/../perllib";
use lib "$FindBin::Bin/../commonlib/perllib";
use File::Slurp;
use CGI; # XXX Awkward kludge
+use Encode;
use CronFns;
use Page;