| Catalyst-View-TT-ForceUTF8 documentation | Contained in the Catalyst-View-TT-ForceUTF8 distribution. |
Catalyst::Helper::View::TT::ForceUTF8 - Helper for TT::ForceUTF8 Views
script/create.pl view TT TT::ForceUTF8
Helper for TT::ForceUTF8 Views.
Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Helper, Catalyst::View::TT
Lyo Kato, lyo.kato@gmail.com
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
[% class %] - Catalyst TT View
See [% app %]
Catalyst TT View.
[% author %]
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst-View-TT-ForceUTF8 documentation | Contained in the Catalyst-View-TT-ForceUTF8 distribution. |
package Catalyst::Helper::View::TT::ForceUTF8; use strict;
sub mk_compclass { my ( $self, $helper ) = @_; my $file = $helper->{file}; $helper->render_file( 'compclass', $file ); }
1; __DATA__ __compclass__ package [% class %]; use strict; use base 'Catalyst::View::TT::ForceUTF8';
1;