Have render() warn on exception, rather than die.
[catagits/Catalyst-View-TT.git] / t / lib / TestApp.pm
index 97bf8f0..399f813 100755 (executable)
@@ -16,6 +16,7 @@ __PACKAGE__->config(
         PRE_CHOMP          => 1,
         POST_CHOMP         => 1,
         TEMPLATE_EXTENSION => '.tt',
+        render_die         => 1,
     },
 );