X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;fp=lib%2FCatalyst%2FHelper.pm;h=a9296aeeb7f4a48fa6edd6e4004a570dbf28fc52;hb=49d5395a6571edc9bee70605bd0818338c90f822;hp=94e17e348fca2db09f7f87071345bc14dfe53118;hpb=a167676aab17c831bee4825cd9a8003e0a0c0676;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 94e17e3..a9296ae 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -326,6 +326,7 @@ sub render_file_contents { message => qq/Couldn't process "$template", / . $t->error() ); my $file = $self->mk_file( $path, $output ); chmod $perms, file($file) if defined $perms; + return $file; } sub _mk_information {