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=b4b89c2452fcce24c8554dfc554708966e596e62;hb=4a62800defdaa16ec1a5bef88f3e639c983b6f1d;hpb=68c372d12e2504a6cf271f49810634c823c9c5d5 diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index b4b89c2..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 @@ -884,7 +884,7 @@ list of available shortcuts: HTMLForm => ['application/x-www-form-urlencoded','multipart/form-data'], Please keep in mind that when dispatching, L will match the first most -relevent case, so if you use the C attribute, you should place your +relevant case, so if you use the C attribute, you should place your most accurate matches early in the Chain, and your 'catchall' actions last. See L for more.