Undoing my commit since the issue had been fixed in Catalyst::Devel 1.08 (#37869)
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 8ab2438..0f70e5e 100644 (file)
@@ -753,8 +753,7 @@ L<Catalyst::Engine>.
 =head2 $c->path_to(@path)
 
 Merges C<@path> with C<< $c->config->{home} >> and returns a
-L<Path::Class::Dir> object. Must be called after C<< MyApp->setup >>,
-which sets up C<< $c->config->{home} >>.
+L<Path::Class::Dir> object.
 
 For example: