ah, to hell with it. private trait now documented
Robert 'phaylon' Sedlacek [Sun, 11 Oct 2009 18:11:18 +0000 (20:11 +0200)]
lib/CatalystX/Declare/Keyword/Action.pm

index b514666..0f97a6b 100644 (file)
@@ -743,6 +743,14 @@ what class to use:
 The loaded class will be L<Moose>ified, so we are able to apply essential
 roles.
 
+=head2 Private Actions
+
+B<This option is a bit less, but still pretty experimental>
+
+You can declare private actions with the C<is private> trait:
+
+    action end is private isa RenderView;
+
 =head1 ROLES
 
 =over