From: Karen Etheridge Date: Tue, 21 Jun 2016 03:31:23 +0000 (-0700) Subject: make no-tabs test pass again X-Git-Tag: v0.16~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f96c17f08ef98580d48f7f47a0101adacdaa1ba;p=p5sagit%2FSub-Name.git make no-tabs test pass again --- diff --git a/t/exotic_names.t b/t/exotic_names.t index c41b18e..893978d 100644 --- a/t/exotic_names.t +++ b/t/exotic_names.t @@ -12,10 +12,10 @@ use B 'svref_2object'; use if "$]" >= 5.016, feature => 'unicode_eval'; if ("$]" >= 5.008) { - my $builder = Test::More->builder; - binmode $builder->output, ":encoding(utf8)"; - binmode $builder->failure_output, ":encoding(utf8)"; - binmode $builder->todo_output, ":encoding(utf8)"; + my $builder = Test::More->builder; + binmode $builder->output, ":encoding(utf8)"; + binmode $builder->failure_output, ":encoding(utf8)"; + binmode $builder->todo_output, ":encoding(utf8)"; } sub compile_named_sub {