Fixed helper templates...again...
[catagits/Catalyst-View-TT.git] / lib / Catalyst / Helper / View / TT.pm
index d1a5712..1b605d3 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
@@ -37,8 +37,8 @@ Sebastian Riedel, C<sri@oook.de>
 
 =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
 
@@ -58,11 +58,11 @@ use base 'Catalyst::View::TT';
 
 =head1 SYNOPSIS
 
-    Very simple to use
+See L<[% app %]>
 
 =head1 DESCRIPTION
 
-Very nice component.
+TT View Component.
 
 =head1 AUTHOR
 
@@ -70,8 +70,8 @@ Very nice component.
 
 =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