From: Tomas Doran Date: Sun, 22 Mar 2009 00:35:07 +0000 (+0000) Subject: Fix reference to non-existant class X-Git-Tag: v5.8005~172 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=709ea2fce465890b806df6320bb96b0f1a7d27ca Fix reference to non-existant class --- diff --git a/Changes b/Changes index 616e188..6c29432 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Catalyst-Manual + - There is no Catalyst::Config, fix reference to it. (t0m) + 5.7020 12 Mar 2009 - Fix errors in FormFu chapter. diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 92d72f1..182b14a 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -685,7 +685,7 @@ information. $c->res->status(404); $c->res->redirect('http://oook.de'); -=item * L +=item * config $c->config $c->config->{root};