Remove useless column in chained action debug table.
Florian Ragwitz [Fri, 6 Feb 2009 21:11:15 +0000 (21:11 +0000)]
lib/Catalyst/DispatchType/Chained.pm

index 71a8fd3..3b7502e 100644 (file)
@@ -70,7 +70,7 @@ sub list {
 
     my $column_width = Catalyst::Utils::term_width() - 35 - 9;
     my $paths = Text::SimpleTable->new(
-       [ 35, 'Path Spec' ], [ 36, 'Private' ], [ $column_width, 'Private' ]
+       [ 35, 'Path Spec' ], [ $column_width, 'Private' ],
     );
 
     my $has_unattached_actions;