From: Tomas Doran Date: Sat, 23 May 2009 21:11:22 +0000 (+0000) Subject: Make documentation crystal clear X-Git-Tag: 5.80005~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4e392da63f7488684620b312d3dec54af9a94db6 Make documentation crystal clear --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 310553b..2e60a3c 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -904,7 +904,9 @@ Returns the engine instance. See L. =head2 $c->path_to(@path) Merges C<@path> with C<< $c->config->{home} >> and returns a -L object. +L object. Note you can usually use this object as +a filename, but sometimes you will have to explicitly stringify it +yourself by calling the C<<->stringify>> method. For example: