| Bracket documentation | Contained in the Bracket distribution. |
Bracket::View::TT - TT View for Bracket
TT View for Bracket.
Mateu X Hunter
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Bracket documentation | Contained in the Bracket distribution. |
package Bracket::View::TT; use strict; use base 'Catalyst::View::TT'; __PACKAGE__->config( { TEMPLATE_EXTENSION => '.tt', PRE_PROCESS => 'lib/config/pre_process.tt', WRAPPER => 'lib/site/wrapper.tt', } );
1;