package CatalystAdvent::View::TT; use strict; use warnings; use base qw( Catalyst::View::TT ); __PACKAGE__->config( { WRAPPER => 'wrapper.tt' } ); =head1 NAME CatalystAdvent::View::TT - Catalyst TT View =head1 SYNOPSIS See L =head1 DESCRIPTION Catalyst TT View. =head1 AUTHORS Brian Cassidy, Sebastian Riedel, Andy Grundman, Marcus Ramberg, =head1 LICENSE This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;