Index: Intro.pod =================================================================== --- Intro.pod (revision 6066) +++ Intro.pod (working copy) @@ -819,8 +819,9 @@ 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');