From: Sebastian Riedel Date: Thu, 14 Apr 2005 12:54:33 +0000 (+0000) Subject: fixed tables X-Git-Tag: 5.7099_04~1543 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d36e81fd510d7cc90667cf54dc174db71fe711cf fixed tables --- diff --git a/lib/Catalyst/Dispatcher.pm b/lib/Catalyst/Dispatcher.pm index b65c22a..fb48acf 100644 --- a/lib/Catalyst/Dispatcher.pm +++ b/lib/Catalyst/Dispatcher.pm @@ -346,7 +346,7 @@ sub setup_actions { my $uid = $parent->getUID; for my $action ( keys %{ $actions->{private}->{$uid} } ) { my ( $class, $code ) = @{ $actions->{private}->{$uid}->{$action} }; - $privates->addRow( "$prefix$action", $class, 37 ); + $privates->addRow( "$prefix$action", $class ); } $walker->( $walker, $_, $prefix ) for $parent->getAllChildren; };