From: Jesse Sheidlower Date: Fri, 6 May 2005 14:58:22 +0000 (+0000) Subject: typo in Intro.pm (thanks LTjake) X-Git-Tag: v0.13~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ca0b4a923a3128e799275c55716209b43ac0694;hp=bd9d89ad04863dac9c8c88fa1753e20ee26103e8;p=catagits%2FCatalyst-View-TT.git typo in Intro.pm (thanks LTjake) --- diff --git a/lib/Catalyst/Helper/View/TT.pm b/lib/Catalyst/Helper/View/TT.pm index bd09fa7..d1a5712 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->render_file( 'compclass', $file ); + $helper->mk_file( 'compclass', $file ); } =head1 SEE ALSO