X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Flib%2Fstemmaweb.pm;h=94121c131ec1285705b981273326f4283972bef6;hb=a1411d50483bfd6cc561d7f8d81941cd6d6f61a9;hp=e024c314492285eec7dc5923dae083fb2f69d899;hpb=e3b14278ce0995051308e72fcf3e6db13f578285;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/lib/stemmaweb.pm b/stemmaweb/lib/stemmaweb.pm index e024c31..94121c1 100644 --- a/stemmaweb/lib/stemmaweb.pm +++ b/stemmaweb/lib/stemmaweb.pm @@ -43,6 +43,11 @@ __PACKAGE__->config( 'View::JSON' => { expose_stash => 'result', }, + 'View::TT' => { + INCLUDE_PATH => [ + stemmaweb->path_to( 'root', 'src' ), + ], + }, ); # Start the application