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.7099_04~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a842f4920bb47e65459bd0ea5df3a21e1ea2497f 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 4bd707f..02f1216 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -788,8 +788,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: