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=130006a244acde8057a021f022e01949688cdc94;hp=b2a094770978a434c030ba67019e68494a5fb044;hb=b5ecfcf07b8ffe7e9984f0279c8781ce51c6ac6a;hpb=640faa87f0c572b58acd22124bfa6f6c59106873 diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index b2a0947..130006a 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -27,15 +27,13 @@ See L. =head1 METHODS -=over 4 +=head2 attributes -=item attributes +=head2 class -=item class +=head2 code -=item code - -=item execute +=head2 execute =cut @@ -45,13 +43,11 @@ sub execute { # Execute ourselves against a context return $c->execute( $self->class, $self ); } -=item namespace - -=item reverse +=head2 namespace -=item name +=head2 reverse -=back +=head2 name =head1 AUTHOR