[Catalyst-commits] r7338 - /
trunk/Catalyst-Manual/lib/Catalyst/Manual
zarquon at dev.catalyst.perl.org
zarquon at dev.catalyst.perl.org
Sun Dec 30 21:05:04 GMT 2007
Author: zarquon
Date: 2007-12-30 21:05:03 +0000 (Sun, 30 Dec 2007)
New Revision: 7338
Modified:
/
trunk/Catalyst-Manual/lib/Catalyst/Manual/Intro.pod
Log:
r12245 at zaphod: kd | 2007-12-31 06:52:43 +1100
typo oops
Property changes on:
___________________________________________________________________
Name: svk:merge
- 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:12135
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
+ 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:12245
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Intro.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Intro.pod 2007-12-30 14:27:08 UTC (rev 7337)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Intro.pod 2007-12-30 21:05:03 UTC (rev 7338)
@@ -217,7 +217,7 @@
a general discussion of these issues.
Model, View and Controller components must inherit from L<Catalyst::Model>,
-L<Catalyst::View> and L<Catalyst::Model>, respectively. These, in turn, inherit
+L<Catalyst::View> and L<Catalyst::Controller>, respectively. These, in turn, inherit
from L<Catalyst::Component> which provides a simple class structure and some
common class methods like C<config> and C<new> (constructor).
More information about the Catalyst-commits
mailing list