import from final 03_ code without auth
[catagits/catbook-code.git] / lib / LolCatalyst / Lite / View / Web.pm
CommitLineData
cc003be0 1package LolCatalyst::Lite::View::Web;
2
3use strict;
4use base 'Catalyst::View::TT';
5
6__PACKAGE__->config(TEMPLATE_EXTENSION => '.tt');
7
8=head1 NAME
9
10LolCatalyst::Lite::View::Web - TT View for LolCatalyst::Lite
11
12=head1 DESCRIPTION
13
14TT View for LolCatalyst::Lite.
15
16=head1 AUTHOR
17
18=head1 SEE ALSO
19
20L<LolCatalyst::Lite>
21
22Freya Jarrett
23
24=head1 LICENSE
25
26This library is free software, you can redistribute it and/or modify
27it under the same terms as Perl itself.
28
29=cut
30
311;