diff options
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index 36f736cd2..aa8d04988 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -21,7 +21,6 @@ use URI::QueryParam; use Catalyst ( 'Static::Simple', - 'Unicode::Encoding', 'Session', 'Session::Store::DBIC', 'Session::State::Cookie', # FIXME - we're using our own override atm @@ -46,8 +45,6 @@ __PACKAGE__->config( name => 'FixMyStreet::App', - encoding => 'UTF-8', - # Disable deprecated behavior needed by old applications disable_component_resolution_regex_fallback => 1, |