diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-08-02 12:18:05 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-08-02 12:20:04 +0200 |
| commit | d574e34236f1398ebe67a25668d4c8cbd7d1b785 (patch) | |
| tree | 0eae65ef581fb128d4f9c158d18c0a82bcab0d0f /lib/Plack/Middleware/Debug/Dancer/Session.pm | |
| parent | add new panel: routes (display a list of routes availabe in your application) (diff) | |
| download | dancer-debug-d574e34236f1398ebe67a25668d4c8cbd7d1b785.tar.gz | |
update POD; update version and changes
Diffstat (limited to 'lib/Plack/Middleware/Debug/Dancer/Session.pm')
| -rw-r--r-- | lib/Plack/Middleware/Debug/Dancer/Session.pm | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
