created proof of working app
[catagits/Catalyst-Runtime.git] / t / Test / lib / Test / View / TT.pm
1 package Test::View::TT;
2
3 use strict;
4 use base 'Catalyst::View::TT';
5
6 __PACKAGE__->config(TEMPLATE_EXTENSION => '.tt');
7
8 =head1 NAME
9
10 Test::View::TT - TT View for Test
11
12 =head1 DESCRIPTION
13
14 TT View for Test. 
15
16 =head1 SEE ALSO
17
18 L<Test>
19
20 =head1 AUTHOR
21
22 Devin Austin,,,
23
24 =head1 LICENSE
25
26 This library is free software, you can redistribute it and/or modify
27 it under the same terms as Perl itself.
28
29 =cut
30
31 1;