diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-29 17:10:32 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-29 17:10:32 +0100 |
commit | 07d3568a02b5efb4286bccd9f869c8e1605928b5 (patch) | |
tree | 85770a4d1d8745a06b3bb8849c5444bb200f5693 /perllib/FixMyStreet/App.pm | |
parent | 759b5ef970546c0a70fb4f8d051b1f6dd54e4d2d (diff) | |
parent | 77d4d7096a3f0f83e5c19260a320fd2b11455a48 (diff) |
Merge branch 'some-dev-improvements'
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 1 |
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'; |