summaryrefslogtreecommitdiff
path: root/GroLUG/lib/GroLUG/V/TT.pm
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2006-02-08 14:45:28 +0000
committerdakkar <dakkar@luxion>2006-02-08 14:45:28 +0000
commit0da21beb53bba595fec04ddf200a46675ae0be31 (patch)
tree73a591b564f8fb6da2fdcf6335f11ecce5874a71 /GroLUG/lib/GroLUG/V/TT.pm
parentscheletro catalyst (diff)
downloadIscrittiGroLUG-0da21beb53bba595fec04ddf200a46675ae0be31.tar.gz
IscrittiGroLUG-0da21beb53bba595fec04ddf200a46675ae0be31.tar.bz2
IscrittiGroLUG-0da21beb53bba595fec04ddf200a46675ae0be31.zip
view::TTsite
git-svn-id: svn://luxion/repos/IscrittiGroLUG/trunk@165 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'GroLUG/lib/GroLUG/V/TT.pm')
-rw-r--r--GroLUG/lib/GroLUG/V/TT.pm42
1 files changed, 42 insertions, 0 deletions
diff --git a/GroLUG/lib/GroLUG/V/TT.pm b/GroLUG/lib/GroLUG/V/TT.pm
new file mode 100644
index 0000000..1882af2
--- /dev/null
+++ b/GroLUG/lib/GroLUG/V/TT.pm
@@ -0,0 +1,42 @@
+package GroLUG::V::TT;
+
+use strict;
+use base 'Catalyst::View::TT';
+
+__PACKAGE__->config({
+ CATALYST_VAR => 'Catalyst',
+ INCLUDE_PATH => [
+ GroLUG->path_to( 'root', 'src' ),
+ GroLUG->path_to( 'root', 'lib' )
+ ],
+ PRE_PROCESS => 'config/main',
+ WRAPPER => 'site/wrapper',
+ ERROR => 'error.tt2',
+ TIMER => 0
+});
+
+=head1 NAME
+
+GroLUG::V::TT - Catalyst TTSite View
+
+=head1 SYNOPSIS
+
+See L<GroLUG>
+
+=head1 DESCRIPTION
+
+Catalyst TTSite View.
+
+=head1 AUTHOR
+
+A clever guy
+
+=head1 LICENSE
+
+This library is free software, you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+=cut
+
+1;
+