diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-12 09:47:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-12 09:47:25 +0100 |
commit | 81744445eedc8686827cfc119b51ae8ec704a963 (patch) | |
tree | abbc031768acce3a4b3072aa9ef4e24206c85bb4 /app.psgi | |
parent | 459851ed73ed44af3583e8e82ec22b791fe9531a (diff) |
Add LWP panel to debug toolbar.
Diffstat (limited to 'app.psgi')
-rw-r--r-- | app.psgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ use Catalyst::Utils; my $app = FixMyStreet::App->apply_default_middlewares(FixMyStreet::App->psgi_app); builder { - enable 'Debug', panels => [ qw(Parameters Response DBIC::QueryLog CatalystLog Timer Memory FixMyStreet::Template) ] + enable 'Debug', panels => [ qw(Parameters Response DBIC::QueryLog CatalystLog Timer Memory FixMyStreet::Template LWP) ] if Catalyst::Utils::env_value( 'FixMyStreet::App', 'DEBUG' ); $app; |