From: Tomas Doran Date: Thu, 17 Sep 2009 08:52:52 +0000 (+0000) Subject: Add note about actions in appclass being deprecated X-Git-Tag: 5.80013~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=63b546b18317765a6c523e618f5f9439abeb13e0;hp=74cd30870630f5e7b43dd7768a2c3c13355f6019 Add note about actions in appclass being deprecated --- diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index 0410bcf..5cf2396 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -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 will now emit a warning; this