Add note about actions in appclass being deprecated
Tomas Doran [Thu, 17 Sep 2009 08:52:52 +0000 (08:52 +0000)]
lib/Catalyst/Upgrading.pod

index 0410bcf..5cf2396 100644 (file)
@@ -304,6 +304,13 @@ COMPONENT method in your @ISA.
 
 =head1 WARNINGS
 
+=head2 Actions in your application class
+
+Having actions in your application class will now emit a warning at application
+startup as this is deprecated. It is highly recommended that these actions are moved
+into a MyApp::Controller::Root (as demonstrated by the scaffold application
+generated by catalyst.pl)
+
 =head2 Catalyst::Base
 
 Any code using L<Catalyst::Base> will now emit a warning; this