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=941c021474676c69936429f965e382e37b853c53;hp=5aff62131154c45fe639333da9ca2eefcae3c240;hb=089747172705c7ecb4dfac88c6e3b09f8c48e672;hpb=e74b1cd136cada56a25d50a735b05b0ff152201d diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 5aff621..941c021 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -819,8 +819,9 @@ dispatch type, please see L. sub foo : Private { } Matches no URL, and cannot be executed by requesting a URL that -corresponds to the action key. Private actions can be executed only -inside a Catalyst application, by calling the C method: +corresponds to the action key. Catalyst's :Private attribute is exclusive +and doesn't work with other attributes. Private actions can be executed +only inside a Catalyst application, by calling the C method: $c->forward('foo');