X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Flib%2Fstemmaweb.pm;h=94121c131ec1285705b981273326f4283972bef6;hb=a1411d50483bfd6cc561d7f8d81941cd6d6f61a9;hp=ee694737e97824d07b2e97dbc73068cd7635b572;hpb=5c9ecf6629514c0b83ccf41052f13f5f02e982f2;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/lib/stemmaweb.pm b/stemmaweb/lib/stemmaweb.pm index ee69473..94121c1 100644 --- a/stemmaweb/lib/stemmaweb.pm +++ b/stemmaweb/lib/stemmaweb.pm @@ -17,7 +17,6 @@ use Catalyst::Runtime 5.80; # directory use Catalyst qw/ - -Debug ConfigLoader Static::Simple Unicode::Encoding @@ -44,6 +43,11 @@ __PACKAGE__->config( 'View::JSON' => { expose_stash => 'result', }, + 'View::TT' => { + INCLUDE_PATH => [ + stemmaweb->path_to( 'root', 'src' ), + ], + }, ); # Start the application