aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Questionnaire.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-13 14:20:02 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-13 14:20:02 +0100
commita572ea147f3431f9cce5458723fb3ecd6a8de579 (patch)
tree63db1a3f11ab7ee2b99b4dee30eba23be125d36d /perllib/FixMyStreet/App/Controller/Questionnaire.pm
parent49e90bb2b91fb145c0e4cc96b3976170a711361d (diff)
Fix some warnings and small bugs from scanning error logs.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Questionnaire.pm')
-rwxr-xr-xperllib/FixMyStreet/App/Controller/Questionnaire.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Questionnaire.pm b/perllib/FixMyStreet/App/Controller/Questionnaire.pm
index 1a1352529..658d32e74 100755
--- a/perllib/FixMyStreet/App/Controller/Questionnaire.pm
+++ b/perllib/FixMyStreet/App/Controller/Questionnaire.pm
@@ -2,6 +2,7 @@ package FixMyStreet::App::Controller::Questionnaire;
use Moose;
use namespace::autoclean;
+use Path::Class;
use Utils;
BEGIN { extends 'Catalyst::Controller'; }