X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FController.pm;h=02db77a562df015d3e07195811a62e562b5be3a6;hp=9c3cb2aa0a527269d4b2973681bf717042448bf3;hb=e8361cf8fc1d23adf4a14a81726477c48a80449e;hpb=efba3342e7c14be407683c876adcda8684b564d5 diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index 9c3cb2a..02db77a 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -712,7 +712,7 @@ similar to how annotations work in other languages you might have heard of. Generally L uses these to influence how the dispatcher sees your action and when it will run it in response to an incoming request. They can also be used for other things. Here's a summary, but you should refer to the -liked manual page for additional help. +linked manual page for additional help. =head2 Global