aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-08 19:03:39 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-08 19:03:39 +0100
commita7fb8b236afb7f7f25008acdafdc5b0585e78b74 (patch)
tree6b754d7394d9a91ad9088ec2ec504338da9442e5 /perllib/FixMyStreet/App.pm
parenteb46ea44a80374aa01fd0fe9bac75525dba85f08 (diff)
parent8756c80504ceb6275f637c75fdcf1a047970d6ff (diff)
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index 811a40eb0..18f086868 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -22,6 +22,7 @@ use Catalyst (
'Session::Store::DBIC',
'Session::State::Cookie', # FIXME - we're using our own override atm
'Authentication',
+ 'SmartURI',
);
extends 'Catalyst';