[Catalyst-commits] r11372 - Catalyst-Runtime/5.80/trunk/lib/Catalyst
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Thu Sep 17 08:52:52 GMT 2009
Author: t0m
Date: 2009-09-17 08:52:52 +0000 (Thu, 17 Sep 2009)
New Revision: 11372
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
Log:
Add note about actions in appclass being deprecated
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod 2009-09-17 08:52:34 UTC (rev 11371)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod 2009-09-17 08:52:52 UTC (rev 11372)
@@ -304,6 +304,13 @@
=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
More information about the Catalyst-commits
mailing list