From: Dan Dascalescu Date: Wed, 23 Jul 2008 10:56:29 +0000 (+0000) Subject: Undoing my commit since the issue had been fixed in Catalyst::Devel 1.08 (#37869) X-Git-Tag: 5.8000_03~84 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=afbb9aa373e2cef661a0429ca36d9dd971a40cf8 Undoing my commit since the issue had been fixed in Catalyst::Devel 1.08 (#37869) --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 8ab2438..0f70e5e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -753,8 +753,7 @@ L. =head2 $c->path_to(@path) Merges C<@path> with C<< $c->config->{home} >> and returns a -L object. Must be called after C<< MyApp->setup >>, -which sets up C<< $c->config->{home} >>. +L object. For example: