X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FIntro.pod;h=bf9353f1266444be8341dfec8e03ec39a41dbb6b;hp=794a8ef98bd039deae3e587a4481948a70bfed4f;hb=498f110b032b50ca0ed0082c2cb6d56557158eac;hpb=70101578f37ea270f0dfe170b6bab8373aaf69d9 diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 794a8ef..bf9353f 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -870,7 +870,7 @@ subroutine name together determine the path. 1; -Matches http://localhost:3000/foo - that is, the action is mapped +Matches http://localhost:3000/bar - that is, the action is mapped directly to the method name, ignoring the controller namespace. C<:Global> always matches from the application root: it is simply