X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FActions.pod;h=b27e14e0400ff6e5218f41eddc1077557d136420;hp=6b99846ae1266c6c1336e905eede6acb8e647e5a;hb=cacb3819a45beb62da8e38784e503e976e3ebb69;hpb=f9ce297698249b24617c5a60e7c625f2005be144 diff --git a/lib/Catalyst/Manual/Actions.pod b/lib/Catalyst/Manual/Actions.pod index 6b99846..b27e14e 100644 --- a/lib/Catalyst/Manual/Actions.pod +++ b/lib/Catalyst/Manual/Actions.pod @@ -93,20 +93,20 @@ and this would be used in a controller like this: =head1 EXAMPLE ACTIONS -=head2 Catalyst::Action::RenderView +=head2 L This is meant to decorate end actions. It's similar in operation to L, but allows you to decide on an action level rather than on an application level where it should be run. -=head2 Catalyst::Action::REST +=head2 L Provides additional syntax for dispatching based upon the HTTP method of the request. =head1 EXAMPLE ACTIONROLES -=head2 Catalyst::ActionRole::ACL +=head2 L Provides ACLs for role membership by decorating your actions.