From: Tomas Doran Date: Wed, 2 Dec 2009 18:58:14 +0000 (+0000) Subject: Pod nits, rt#52370 X-Git-Tag: 5.80016~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=30079544087f5626ed47bafcc25a3211ad8745c4 Pod nits, rt#52370 --- diff --git a/Changes b/Changes index de12dee..79f1df9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ # This file documents the revision history for Perl extension Catalyst. + Documentation: + - Fix Pod nits (RT#52370) + 5.80015 2009-12-02 15:13:54 Bug fixes: - Fix bug in Catalyst::Engine which would cause a request parsing to end diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 7bfb1d6..9bb6701 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2686,11 +2686,11 @@ There are a number of 'base' config variables which can be set: =item * -C - The default model picked if you say C<< $c->model >>. See Lmodel($name)>. +C - The default model picked if you say C<< $c->model >>. See L<< /$c->model($name) >>. =item * -C - The default view to be rendered or returned when C<< $c->view >>. See Lview($name)>. +C - The default view to be rendered or returned when C<< $c->view >>. See L<< /$c->view($name) >>. is called. =item *