aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-30 14:08:39 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-09-01 16:29:10 +0100
commit9bd69b75c8b84f0173eefe32c39ec0f4b934e53b (patch)
tree4d791fc8f3b5eba4629fbab86300e712d84ca789 /cpanfile
parent07d3568a02b5efb4286bccd9f869c8e1605928b5 (diff)
Add template debug panel.
Use a small subclass of (our) P::M::D::Template to have better display of our template path names.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 9b0ff6d93..ab1382c30 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::Template';
recommends 'Linux::Inotify2' if $^O eq 'linux';
recommends 'Mac::FSEvents' if $^O eq 'darwin';