summary refs log tree commit diff
path: root/lib/intentioncloud/View/TT.pm
diff options
context:
space:
mode:
authorfranck cuny <franck.cuny@rtgi.fr>2009-03-17 21:39:41 +0100
committerfranck cuny <franck.cuny@rtgi.fr>2009-03-17 21:39:41 +0100
commit6d0bd92e26a6da6af2adcbb9e5caf11c50fc5701 (patch)
tree8bb4df25a0c7a54996f67acf1e33d430d6689d5b /lib/intentioncloud/View/TT.pm
downloadintention-cloud-6d0bd92e26a6da6af2adcbb9e5caf11c50fc5701.tar.gz
initial commit
Diffstat (limited to 'lib/intentioncloud/View/TT.pm')
-rw-r--r--lib/intentioncloud/View/TT.pm31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/intentioncloud/View/TT.pm b/lib/intentioncloud/View/TT.pm
new file mode 100644
index 0000000..91f1483
--- /dev/null
+++ b/lib/intentioncloud/View/TT.pm
@@ -0,0 +1,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;