[Catalyst-commits] r11642 - Catalyst-Runtime/5.80/trunk/lib/Catalyst
poisonbit at dev.catalyst.perl.org
poisonbit at dev.catalyst.perl.org
Tue Oct 20 20:34:46 GMT 2009
Author: poisonbit
Date: 2009-10-20 20:34:45 +0000 (Tue, 20 Oct 2009)
New Revision: 11642
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
Log:
More regresion from 11640, correcting parentheses and endpoint.
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod 2009-10-20 20:32:41 UTC (rev 11641)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod 2009-10-20 20:34:45 UTC (rev 11642)
@@ -309,7 +309,7 @@
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
+generated by catalyst.pl).
This warning, also affects tests. You should move actions in your test,
creating a myTest::Controller::Root, like the following example:
More information about the Catalyst-commits
mailing list