summary refs log tree commit diff
path: root/lib/intentioncloud/View/TT.pm
blob: 91f1483f8a7c85f4643eaa354dfc0c02c0185c47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
package intentioncloud::View::TT;

use strict;
use base 'Catalyst::View::TT';

__PACKAGE__->config(TEMPLATE_EXTENSION => '.tt');

=head1 NAME

intentioncloud::View::TT - TT View for intentioncloud

=head1 DESCRIPTION

TT View for intentioncloud. 

=head1 AUTHOR

=head1 SEE ALSO

L<intentioncloud>

franck cuny,,,

=head1 LICENSE

This library is free software, you can redistribute it and/or modify
it under the same terms as Perl itself.

=cut

1;