Formating (a lost space and line break)
IƱigo Tejedor Arrondo [Tue, 20 Oct 2009 20:32:41 +0000 (20:32 +0000)]
lib/Catalyst/Upgrading.pod

index e0c3ee6..9ee212e 100644 (file)
@@ -307,11 +307,12 @@ COMPONENT method in your @ISA.
 =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
+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 
 
-This warning, also affects tests. You should move actions in your test, creating a myTest::Controller::Root, like the following example:
+This warning, also affects tests. You should move actions in your test,
+creating a myTest::Controller::Root, like the following example:
 
     package MyTest::Controller::Root;