View::TT - Fixed helper to use [%author%]
[catagits/Catalyst-View-TT.git] / lib / Catalyst / Helper / View / TT.pm
index 991c455..bd09fa7 100644 (file)
@@ -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
@@ -66,12 +66,12 @@ Very nice component.
 
 =head1 AUTHOR
 
-Clever guy
+[% author %]
 
 =head1 LICENSE
 
-This library is free software . You can redistribute it and/or modify it under
-the same terms as perl itself.
+This library is free software . You can redistribute it and/or modify it 
+under the same terms as perl itself.
 
 =cut