From: Tomas Doran Date: Sat, 16 May 2009 23:16:53 +0000 (+0000) Subject: Tweak upgrading docs X-Git-Tag: 5.80004~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a6eb852aea33990d3c00ae09f057c666670a67ca Tweak upgrading docs --- diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index 651c755..5865859 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -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 for more information about using +L 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.