diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-13 14:20:02 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-13 14:20:02 +0100 |
commit | a572ea147f3431f9cce5458723fb3ecd6a8de579 (patch) | |
tree | 63db1a3f11ab7ee2b99b4dee30eba23be125d36d /perllib/FixMyStreet/App/Controller/Questionnaire.pm | |
parent | 49e90bb2b91fb145c0e4cc96b3976170a711361d (diff) |
Fix some warnings and small bugs from scanning error logs.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Questionnaire.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Questionnaire.pm | 1 |
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'; } |