[Catalyst-commits] r10009 - Catalyst-Manual/5.70/branches/depluralise/lib/Catalyst/Manual/Tutorial

kiffin at dev.catalyst.perl.org kiffin at dev.catalyst.perl.org
Tue May 5 13:52:57 GMT 2009


Author: kiffin
Date: 2009-05-05 13:52:57 +0000 (Tue, 05 May 2009)
New Revision: 10009

Modified:
   Catalyst-Manual/5.70/branches/depluralise/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
Log:
Aligned catalyst debug table column.


Modified: Catalyst-Manual/5.70/branches/depluralise/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
===================================================================
--- Catalyst-Manual/5.70/branches/depluralise/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod	2009-05-05 10:22:06 UTC (rev 10008)
+++ Catalyst-Manual/5.70/branches/depluralise/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod	2009-05-05 13:52:57 UTC (rev 10009)
@@ -927,9 +927,9 @@
     | MyApp::Controller::Books                                        | instance |
     | MyApp::Controller::Root                                         | instance |
     | MyApp::Model::DB                                                | instance |
-    | MyApp::Model::DB::Author                                       | class    |
-    | MyApp::Model::DB::BookAuthor                                   | class    |
-    | MyApp::Model::DB::Book                                         | class    |
+    | MyApp::Model::DB::Author                                        | class    |
+    | MyApp::Model::DB::BookAuthor                                    | class    |
+    | MyApp::Model::DB::Book                                          | class    |
     | MyApp::View::TT                                                 | instance |
     '-----------------------------------------------------------------+----------'
     




More information about the Catalyst-commits mailing list