From d574e34236f1398ebe67a25668d4c8cbd7d1b785 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 2 Aug 2010 12:18:05 +0200 Subject: update POD; update version and changes --- lib/Plack/Middleware/Debug/Dancer/Logger.pm | 10 ++++++++++ lib/Plack/Middleware/Debug/Dancer/Routes.pm | 10 ++++++++++ lib/Plack/Middleware/Debug/Dancer/Session.pm | 10 ++++++++++ lib/Plack/Middleware/Debug/Dancer/Settings.pm | 10 ++++++++++ lib/Plack/Middleware/Debug/Dancer/Version.pm | 10 ++++++++++ 5 files changed, 50 insertions(+) (limited to 'lib/Plack/Middleware') 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 -- cgit 1.4.1