Change in actions inside roles.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Upgrading.pod
index c278e09..35cee5d 100644 (file)
@@ -32,7 +32,8 @@ L<Moose> in your applications.
 
 =head2 Controller actions in Moose roles
 
-Declaring actions in Roles is currently unsupported.
+You can use L<MooseX::MethodAttributes::Role> if you want to declare actions
+inside Moose roles.
 
 =head2 Using Moose in Components