fix failing stemmaweb stub test
[scpubgit/stemmatology.git] / stemmaweb / lib / stemmaweb.pm
index e024c31..94121c1 100644 (file)
@@ -43,6 +43,11 @@ __PACKAGE__->config(
        'View::JSON' => {
                expose_stash => 'result',
        },
+       'View::TT' => {
+               INCLUDE_PATH => [
+                       stemmaweb->path_to( 'root', 'src' ),
+               ],
+       },
 );
 
 # Start the application