Tweak upgrading docs
Tomas Doran [Sat, 16 May 2009 23:16:53 +0000 (23:16 +0000)]
lib/Catalyst/Upgrading.pod

index 651c755..5865859 100644 (file)
@@ -26,9 +26,12 @@ You can only apply method modifiers after the applications C<< ->setup >>
 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.