[Catalyst-commits] r11641 - Catalyst-Runtime/5.80/trunk/lib/Catalyst

poisonbit at dev.catalyst.perl.org poisonbit at dev.catalyst.perl.org
Tue Oct 20 20:32:43 GMT 2009


Author: poisonbit
Date: 2009-10-20 20:32:41 +0000 (Tue, 20 Oct 2009)
New Revision: 11641

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
Log:
Formating (a lost space and line break)



Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-10-20 20:12:46 UTC (rev 11640)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-10-20 20:32:41 UTC (rev 11641)
@@ -307,11 +307,12 @@
 =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;
     




More information about the Catalyst-commits mailing list