[Catalyst-commits] r10187 - Catalyst-Runtime/5.80/trunk/lib/Catalyst

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat May 16 23:16:53 GMT 2009


Author: t0m
Date: 2009-05-16 23:16:53 +0000 (Sat, 16 May 2009)
New Revision: 10187

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
Log:
Tweak upgrading docs

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-05-16 22:36:13 UTC (rev 10186)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-05-16 23:16:53 UTC (rev 10187)
@@ -26,9 +26,12 @@
 method has been called. This means that modifiers will not work with methods
 which run during the call to C<< ->setup >>.
 
+See L<Catalyst::Manual::ExtendingCatalyst> for more information about using
+L<Moose> in your applications.
+
 =head2 Controller actions in Moose roles
 
-Is known to not work.
+Currently having actions declared in Roles is unsupported.
 
 =head1 Known backwards compatibility breakages.
 




More information about the Catalyst-commits mailing list