allow creation and SVG rendering of nonlinear graphs
[scpubgit/stemmatology.git] / stemmaweb / lib / stemmaweb.pm
index ee69473..94121c1 100644 (file)
@@ -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