Subject: | [patch] Dancer::Debug pod |
I found Dancer::Debug on http://advent.perldancer.org/2011/16
under "Using the Debug panels".
The config.yml in the Dancer::Debug pod is wrong.
Also in the 5 Plack::Middleware::Debug::Dancer::* modules.
Subject: | Debug.pm.diff |
--- Debug.pm.orig 2012-08-28 06:52:49.000000000 +0200
+++ Debug.pm 2012-08-28 07:02:43.000000000 +0200
@@ -25,18 +25,20 @@
=head1 SYNOPSIS
You can activate the panels in your development configuration file:
plack_middlewares:
- Debug:
+ -
+ - Debug
- panels
-
- Parameters
- Dancer::Version
- Dancer::Settings
- Dancer::Logger
- Dancer::Routes
+ - Danser::Session
or in your app.psgi:
$handler = builder {
enable "Debug",