aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-29 17:10:32 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-29 17:10:32 +0100
commit07d3568a02b5efb4286bccd9f869c8e1605928b5 (patch)
tree85770a4d1d8745a06b3bb8849c5444bb200f5693 /perllib/FixMyStreet/App.pm
parent759b5ef970546c0a70fb4f8d051b1f6dd54e4d2d (diff)
parent77d4d7096a3f0f83e5c19260a320fd2b11455a48 (diff)
Merge branch 'some-dev-improvements'
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index b7bbc8a0a..25d3d744e 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -25,7 +25,6 @@ use Catalyst (
'Session::State::Cookie', # FIXME - we're using our own override atm
'Authentication',
'SmartURI',
- 'Compress::Gzip',
);
extends 'Catalyst';