summary refs log tree commit diff
path: root/lib/Dancer
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-08-02 12:18:05 +0200
committerfranck cuny <franck@lumberjaph.net>2010-08-02 12:20:04 +0200
commitd574e34236f1398ebe67a25668d4c8cbd7d1b785 (patch)
tree0eae65ef581fb128d4f9c158d18c0a82bcab0d0f /lib/Dancer
parentadd new panel: routes (display a list of routes availabe in your application) (diff)
downloaddancer-debug-d574e34236f1398ebe67a25668d4c8cbd7d1b785.tar.gz
update POD; update version and changes
Diffstat (limited to 'lib/Dancer')
-rw-r--r--lib/Dancer/Debug.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Dancer/Debug.pm b/lib/Dancer/Debug.pm
index aa3a912..79684d8 100644
--- a/lib/Dancer/Debug.pm
+++ b/lib/Dancer/Debug.pm
@@ -4,7 +4,6 @@ package Dancer::Debug;
 
 use strict;
 use warnings;
-our $VERSION = '0.01';
 
 1;
 
@@ -20,6 +19,7 @@ You can activate the panels in your development configuration file:
           - Dancer::Version
           - Dancer::Settings
           - Dancer::Logger
+          - Dancer::Routes
 
 or in your app.psgi: