aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.cgi
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2010-12-17 13:39:38 +0000
committerMatthew Somerville <matthew@mysociety.org>2010-12-17 13:39:38 +0000
commit7c245e985a94a6a13089c5209115c9990410de7a (patch)
treec7d0fc64ef4b333a3faf5d50ada2ce47440779b7 /web/index.cgi
parent912734f4836e984b476978c59dd12d5d7cb32335 (diff)
Missing imports.
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-xweb/index.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 6901fbe99..af7dfde1e 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -8,6 +8,7 @@
use strict;
use Standard;
+use Utils;
use Error qw(:try);
use File::Slurp;
use LWP::Simple;