make no-tabs test pass again
Karen Etheridge [Tue, 21 Jun 2016 03:31:23 +0000 (20:31 -0700)]
t/exotic_names.t

index c41b18e..893978d 100644 (file)
@@ -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 {