summary refs log tree commit diff
path: root/lib/Plack
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plack')
-rw-r--r--lib/Plack/Middleware/Debug/Dancer/Logger.pm10
-rw-r--r--lib/Plack/Middleware/Debug/Dancer/Routes.pm10
-rw-r--r--lib/Plack/Middleware/Debug/Dancer/Session.pm10
-rw-r--r--lib/Plack/Middleware/Debug/Dancer/Settings.pm10
-rw-r--r--lib/Plack/Middleware/Debug/Dancer/Version.pm10
5 files changed, 50 insertions, 0 deletions
diff --git a/lib/Plack/Middleware/Debug/Dancer/Logger.pm b/lib/Plack/Middleware/Debug/Dancer/Logger.pm
index 03e5b03..487967c 100644
--- a/lib/Plack/Middleware/Debug/Dancer/Logger.pm
+++ b/lib/Plack/Middleware/Debug/Dancer/Logger.pm
@@ -52,3 +52,13 @@ sub run {
 }
 
 1;
+
+=head1 SYNOPSIS
+
+To activate this panel:
+
+    plack_middlewares:
+      Debug:
+        - panels
+        -
+          - Dancer::Logger
diff --git a/lib/Plack/Middleware/Debug/Dancer/Routes.pm b/lib/Plack/Middleware/Debug/Dancer/Routes.pm
index 8d24e57..d214370 100644
--- a/lib/Plack/Middleware/Debug/Dancer/Routes.pm
+++ b/lib/Plack/Middleware/Debug/Dancer/Routes.pm
@@ -36,3 +36,13 @@ sub run {
 }
 
 1;
+
+=head1 SYNOPSIS
+
+To activate this panel:
+
+    plack_middlewares:
+      Debug:
+        - panels
+        -
+          - Dancer::Routes
diff --git a/lib/Plack/Middleware/Debug/Dancer/Session.pm b/lib/Plack/Middleware/Debug/Dancer/Session.pm
index 920e527..1782c56 100644
--- a/lib/Plack/Middleware/Debug/Dancer/Session.pm
+++ b/lib/Plack/Middleware/Debug/Dancer/Session.pm
@@ -20,3 +20,13 @@ sub run {
 }
 
 1;
+
+=head1 SYNOPSIS
+
+To activate this panel:
+
+    plack_middlewares:
+      Debug:
+        - panels
+        -
+          - Dancer::Session
diff --git a/lib/Plack/Middleware/Debug/Dancer/Settings.pm b/lib/Plack/Middleware/Debug/Dancer/Settings.pm
index cc80b3d..07ed96c 100644
--- a/lib/Plack/Middleware/Debug/Dancer/Settings.pm
+++ b/lib/Plack/Middleware/Debug/Dancer/Settings.pm
@@ -22,3 +22,13 @@ sub run {
 }
 
 1;
+
+=head1 SYNOPSIS
+
+To activate this panel:
+
+    plack_middlewares:
+      Debug:
+        - panels
+        -
+          - Dancer::Settings
diff --git a/lib/Plack/Middleware/Debug/Dancer/Version.pm b/lib/Plack/Middleware/Debug/Dancer/Version.pm
index 3514887..23e6bbe 100644
--- a/lib/Plack/Middleware/Debug/Dancer/Version.pm
+++ b/lib/Plack/Middleware/Debug/Dancer/Version.pm
@@ -17,3 +17,13 @@ sub run {
 }
 
 1;
+
+=head1 SYNOPSIS
+
+To activate this panel:
+
+    plack_middlewares:
+      Debug:
+        - panels
+        -
+          - Dancer::Version