Unicode plugin - rework encoding default config
[catagits/Catalyst-Runtime.git] / t / lib / TestApp.pm
index e548872..c1ec9b5 100644 (file)
@@ -50,6 +50,7 @@ TestApp->config(
             action_action_nine => { another_extra_arg => 13 }
         }
     },
+    encoding => 'UTF-8',
 );
 
 # Test bug found when re-adjusting the metaclass compat code in Moose