import from final 03_ code without auth
[catagits/catbook-code.git] / lib / LolCatalyst / Lite / View / Web.pm
1 package LolCatalyst::Lite::View::Web;
2
3 use strict;
4 use base 'Catalyst::View::TT';
5
6 __PACKAGE__->config(TEMPLATE_EXTENSION => '.tt');
7
8 =head1 NAME
9
10 LolCatalyst::Lite::View::Web - TT View for LolCatalyst::Lite
11
12 =head1 DESCRIPTION
13
14 TT View for LolCatalyst::Lite. 
15
16 =head1 AUTHOR
17
18 =head1 SEE ALSO
19
20 L<LolCatalyst::Lite>
21
22 Freya Jarrett
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;