aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-03-19 16:35:00 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-03-19 16:35:00 +0000
commitcca90a9e87513c1294944539f59326795910b5fb (patch)
tree0fe55d094b0d88d8562f97ed1e06eafb45570ac7 /perllib/FixMyStreet/App.pm
parent289ec14d437e4555017b80bd4a70d9a1990b9034 (diff)
Add Catalyst::Plugin::Compress::Gzip (locally, as CPAN version overloads wrong function).
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 3d7458e2a..205732caf 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -27,6 +27,7 @@ use Catalyst (
'Session::State::Cookie', # FIXME - we're using our own override atm
'Authentication',
'SmartURI',
+ 'Compress::Gzip',
);
extends 'Catalyst';