aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
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 /cpanfile
parent459851ed73ed44af3583e8e82ec22b791fe9531a (diff)
Add LWP panel to debug toolbar.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
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';