[Catalyst-commits] r11940 - Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual

wolfman2000 at dev.catalyst.perl.org wolfman2000 at dev.catalyst.perl.org
Fri Nov 20 03:45:27 GMT 2009


Author: wolfman2000
Date: 2009-11-20 03:45:26 +0000 (Fri, 20 Nov 2009)
New Revision: 11940

Modified:
   Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/About.pod
Log:
If the others are bolded, why not this one?

Modified: Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/About.pod
===================================================================
--- Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/About.pod	2009-11-20 01:34:17 UTC (rev 11939)
+++ Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/About.pod	2009-11-20 03:45:26 UTC (rev 11940)
@@ -226,7 +226,7 @@
 gluing some other module into Catalyst; the display logic is written
 within the template itself.
 
-The Controller is Catalyst itself. When a request is made to Catalyst,
+The B<Controller> is Catalyst itself. When a request is made to Catalyst,
 it will be received by one of your Controller modules; this module
 will figure out what the user is trying to do, gather the necessary
 data from a Model, and send it to a View for display.




More information about the Catalyst-commits mailing list