X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=2e60a3c3086f56f49a259bd5cfb5f4ce3f648542;hp=310553b0e2b844d774eefd49f76afee8719d72b8;hb=4e392da63f7488684620b312d3dec54af9a94db6;hpb=d7eb055c8594ef25e6de4d351f92403da6267664 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: