From 0da21beb53bba595fec04ddf200a46675ae0be31 Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 8 Feb 2006 14:45:28 +0000 Subject: view::TTsite git-svn-id: svn://luxion/repos/IscrittiGroLUG/trunk@165 fcb26f47-9200-0410-b104-b98ab5b095f3 --- GroLUG/lib/GroLUG/V/TT.pm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 GroLUG/lib/GroLUG/V/TT.pm (limited to 'GroLUG/lib') 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 + +=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; + -- cgit v1.2.3