X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=0e132f518194f571333b35aa23cd09a2ad30d9ac;hp=ca695c4d6bad48521be87e41d885acc44c4805b5;hb=f8ad6ea56eeb4d3a3d5d77cf502651712dfb5e62;hpb=4ab87e274ac0a05f98c10a4cdba467ba4398b0d3 diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index ca695c4..0e132f5 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -46,7 +46,7 @@ Returns the class name of this action Returns a code reference to this action -=head2 execute +=head2 execute( $c ) Execute this action against a context @@ -58,9 +58,9 @@ sub execute { # Execute ourselves against a context return $c->execute( $self->class, $self ); } -=head2 match +=head2 match( $c ) -Check Args setting, and makes sure number of args matches the setting. +Check Args attribute, and makes sure number of args matches the setting. =cut