From: Karen Etheridge Date: Sat, 21 Dec 2013 01:57:59 +0000 (-0800) Subject: fix backwards link X-Git-Tag: v5.9008~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=e0dfa383e8f431b273c2696f86938c1cbeb7ab42 fix backwards link --- diff --git a/lib/Catalyst/Manual/Internals.pod b/lib/Catalyst/Manual/Internals.pod index 6ba6600..459518f 100644 --- a/lib/Catalyst/Manual/Internals.pod +++ b/lib/Catalyst/Manual/Internals.pod @@ -40,7 +40,7 @@ Catalyst automatically loads all components it finds in the C<$class::Controller>, C<$class::C>, C<$class::Model>, C<$class::M>, C<$class::View> and C<$class::V> namespaces (using C). As each is loaded, if it has a -L method then this method +L method then this method will be called, and passed that component's configuration. It then returns an instance of the component, which becomes the C<$self> when methods in that component are called later.