From: Sebastian Riedel Date: Fri, 10 Jun 2005 00:19:02 +0000 (+0000) Subject: Fixed tt helper X-Git-Tag: v0.13~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc617c0ef8cb76e8fb1a880dfaed80991e4a7a4b;hp=76c52c6ee628df5122b4238b3e7459601cf366b9;p=catagits%2FCatalyst-View-TT.git Fixed tt helper --- diff --git a/lib/Catalyst/Helper/View/TT.pm b/lib/Catalyst/Helper/View/TT.pm index 6f9b464..d47d753 100644 --- a/lib/Catalyst/Helper/View/TT.pm +++ b/lib/Catalyst/Helper/View/TT.pm @@ -23,7 +23,7 @@ Helper for TT Views. sub mk_compclass { my ( $self, $helper ) = @_; my $file = $helper->{file}; - $helper->mk_file( 'compclass', $file ); + $helper->render_file( 'compclass', $file ); } =head1 SEE ALSO