Reformatted documentation
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ActionContainer.pm
index 14a2fcc..4dd4500 100644 (file)
@@ -24,23 +24,19 @@ See L<Catalyst>.
 
 =head1 METHODS
 
-=over 4
-
-=item get_action
+=head2 get_action
 
 =cut
 
 sub get_action {
-    my ( $self, $c, $name ) = @_;
+    my ( $self, $name ) = @_;
     return $self->actions->{$name} if defined $self->actions->{$name};
     return;
 }
 
-=item actions
-
-=item part
+=head2 actions
 
-=back
+=head2 part
 
 =head1 AUTHOR