X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FActions.pod;h=838878f9a29a97f9d07dea7abe57179d306a2e57;hb=d34667c3f70fc4cbc4c79292bdd305283c2fa603;hp=36861f8bdf0fd811795fa9cd8c78d0dfbe0630ff;hpb=d1c0df8749eb3d031988548458ed0e0514aec3fb;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Actions.pod b/lib/Catalyst/Manual/Actions.pod index 36861f8..838878f 100644 --- a/lib/Catalyst/Manual/Actions.pod +++ b/lib/Catalyst/Manual/Actions.pod @@ -16,7 +16,7 @@ leaving you full freedom to customize them. This is pretty simple. It works just like the normal dispatch attributes you are used to, like Local or Private: - sub Hello : Local Action('SayBefore') { + sub Hello :Local :ActionClass('SayBefore') { $c->res->output( 'Hello '.$c->stash->{what} ); }