Undoing my commit since the issue had been fixed in Catalyst::Devel 1.08 (#37869)
Dan Dascalescu [Wed, 23 Jul 2008 10:56:29 +0000 (10:56 +0000)]
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: