Fixed private action table
Sebastian Riedel [Thu, 10 Nov 2005 15:51:43 +0000 (15:51 +0000)]
lib/Catalyst/Dispatcher.pm

index b64ad45..b44923b 100644 (file)
@@ -373,9 +373,9 @@ sub setup_actions {
     return unless $c->debug;
 
     my $privates = Text::SimpleTable->new(
-        [ 24, 'Private' ],
-        [ 23, 'Class' ],
-        [ 23, 'Method' ]
+        [ 20, 'Private' ],
+        [ 38, 'Class' ],
+        [ 12, 'Method' ]
     );
 
     my $has_private = 0;