More regresion from 11640, correcting parentheses and endpoint.
IƱigo Tejedor Arrondo [Tue, 20 Oct 2009 20:34:45 +0000 (20:34 +0000)]
lib/Catalyst/Upgrading.pod

index 9ee212e..c278e09 100644 (file)
@@ -309,7 +309,7 @@ COMPONENT method in your @ISA.
 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: