X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDispatcher.pm;h=96dc2ade8612fa57ef2075c7131018e911a564d9;hp=c4e4dd09a71c42df415fcccd1b50865cc871b7a8;hb=34d28dfd33574ce30aca69fb8700b61111d97b92;hpb=9e800f69753d858a230a0c48effd43457b07d3cc diff --git a/lib/Catalyst/Dispatcher.pm b/lib/Catalyst/Dispatcher.pm index c4e4dd0..96dc2ad 100644 --- a/lib/Catalyst/Dispatcher.pm +++ b/lib/Catalyst/Dispatcher.pm @@ -292,11 +292,11 @@ sub get_action { return $self->action_hash->{"$namespace/$name"}; } -=head2 $self->get_action_by_path( $path ); +=head2 $self->get_action_by_path( $path ); + +Returns the named action by its full path. -returns the named action by it's full path. - -=cut +=cut sub get_action_by_path { my ( $self, $path ) = @_; @@ -442,7 +442,7 @@ sub setup_actions { my $privates = Text::SimpleTable->new( [ 20, 'Private' ], - [ 38, 'Class' ], + [ 36, 'Class' ], [ 12, 'Method' ] );