From: Matt S Trout Date: Sun, 12 Feb 2012 10:59:01 +0000 (+0000) Subject: terms were the wrong way round X-Git-Tag: 5.9003~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=70101578f37ea270f0dfe170b6bab8373aaf69d9 terms were the wrong way round --- diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 741a79f..794a8ef 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -871,7 +871,7 @@ subroutine name together determine the path. 1; Matches http://localhost:3000/foo - that is, the action is mapped -directly to the controller namespace, ignoring the function name. +directly to the method name, ignoring the controller namespace. C<:Global> always matches from the application root: it is simply shorthandfor C<:Path('/methodname')>. C<:Local> is shorthand for