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=5b1ae677b10c95e48d68473fc11c3f70e209c4ed;hb=4e392da63f7488684620b312d3dec54af9a94db6;hpb=df861f8e6409c9516f00cb6b4fd6fc94a83fc8f5 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 5b1ae67..2e60a3c 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -76,7 +76,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80003'; +our $VERSION = '5.80004'; { my $dev_version = $VERSION =~ /_\d{2}$/; @@ -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: @@ -2712,6 +2714,8 @@ dkubb: Dan Kubb Drew Taylor +dwc: Daniel Westermann-Clark + esskar: Sascha Kiefer fireartist: Carl Franks