aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-09-12 09:47:25 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-09-12 09:47:25 +0100
commit81744445eedc8686827cfc119b51ae8ec704a963 (patch)
treeabbc031768acce3a4b3072aa9ef4e24206c85bb4
parent459851ed73ed44af3583e8e82ec22b791fe9531a (diff)
Add LWP panel to debug toolbar.
-rw-r--r--app.psgi2
-rw-r--r--cpanfile1
-rw-r--r--cpanfile.snapshot21
3 files changed, 23 insertions, 1 deletions
diff --git a/app.psgi b/app.psgi
index cf88b8473..5f7128d00 100644
--- a/app.psgi
+++ b/app.psgi
@@ -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;
diff --git a/cpanfile b/cpanfile
index ab1382c30..7827dc67c 100644
--- a/cpanfile
+++ b/cpanfile
@@ -118,6 +118,7 @@ requires 'File::Find::Rule';
# Modules used for development
requires 'Plack::Middleware::Debug';
requires 'Plack::Middleware::Debug::DBIC::QueryLog';
+requires 'Plack::Middleware::Debug::LWP';
requires 'Plack::Middleware::Debug::Template';
recommends 'Linux::Inotify2' if $^O eq 'linux';
recommends 'Mac::FSEvents' if $^O eq 'darwin';
diff --git a/cpanfile.snapshot b/cpanfile.snapshot
index ec9e8494c..238e54c1c 100644
--- a/cpanfile.snapshot
+++ b/cpanfile.snapshot
@@ -3350,6 +3350,16 @@ DISTRIBUTIONS
Mozilla::CA 20110101
Net::HTTPS 6
perl 5.008001
+ LWPx-Profile-0.2
+ pathname: C/CR/CREIN/LWPx-Profile-0.2.tar.gz
+ provides:
+ LWPx::Profile 0.2
+ requirements:
+ ExtUtils::MakeMaker 0
+ LWP::UserAgent 0
+ Time::HiRes 0
+ strict 0
+ warnings 0
Lexical-SealRequireHints-0.010
pathname: Z/ZE/ZEFRAM/Lexical-SealRequireHints-0.010.tar.gz
provides:
@@ -4853,6 +4863,17 @@ DISTRIBUTIONS
Test::Fatal 0
Test::More 0.96
perl 5.008008
+ Plack-Middleware-Debug-LWP-0.3
+ pathname: C/CR/CREIN/Plack-Middleware-Debug-LWP-0.3.tar.gz
+ provides:
+ Plack::Middleware::Debug::LWP 0.3
+ requirements:
+ ExtUtils::MakeMaker 0
+ LWPx::Profile 0
+ Plack::Middleware::Debug::Base 0
+ parent 0
+ strict 0
+ warnings 0
Plack-Middleware-Debug-Template-1.00
pathname: M/MY/MYSOCIETY/Plack-Middleware-Debug-Template-1.00.tar.gz
provides: