merged after conflict resolution
[catagits/Catalyst-Runtime.git] / t / lib / TestApp.pm
index a99301c..b06880c 100644 (file)
@@ -49,7 +49,9 @@ TestApp->config(
         action_args => {
             action_action_nine => { another_extra_arg => 13 }
         }
-    }
+    },
+    encoding => 'UTF-8',
+    abort_chain_on_error_fix => 1,
 );
 
 # Test bug found when re-adjusting the metaclass compat code in Moose