X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp.pm;h=b06880c332e4c7781d849848e297ba81d5089686;hb=9af4ee013b23e7241d4664ea39952fa3b20f4b7f;hp=a99301cdc2d100909ca491dca8b749afdb13a37e;hpb=89ba65d5fb85ab30fa5d8109cd0d22860608605b;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp.pm b/t/lib/TestApp.pm index a99301c..b06880c 100644 --- a/t/lib/TestApp.pm +++ b/t/lib/TestApp.pm @@ -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