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=b50a2ffbbb34c89b64688235d44b33d3d104db15;hp=a5b400f5b8f838114616dfd8f7cac9c346c0bdad;hb=161710a39409d2afd256463471b8014a1c69adf4;hpb=43b44b3a2ee087f00af6579d3b6ac63f8f645412 diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index a5b400f..b50a2ff 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -900,7 +900,7 @@ declared attributes you must quote them: If you use 'reference' type constraints (such as ArrayRef[Int]) that have an unknown number of allowed matches, we set this the same way "Args" is. Please keep in mind -that actions with an undetermined number of args match at lower precidence than those +that actions with an undetermined number of args match at lower precedence than those with a fixed number. You may use reference types such as Tuple from L that allows you to fix the number of allowed args. For example Args(Tuple[Int,Int]) would be determined to be two args (or really the same as Args(Int,Int).) You may