X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FUTF8.pm;h=0ad284df16a6d37794098c5c67de37b70613b835;hb=5d7badd3699a455c7496530b911f928219bc249a;hp=bc3a0faaaaeedd7da6c0a0aed19f50709b4c3e85;hpb=e39aa3a1a8e5e4a7d8e86aeafb4aa2868f8c8a5e;p=debbugs.git diff --git a/Debbugs/UTF8.pm b/Debbugs/UTF8.pm index bc3a0fa..0ad284d 100644 --- a/Debbugs/UTF8.pm +++ b/Debbugs/UTF8.pm @@ -68,7 +68,7 @@ our $depth = 0; sub encode_utf8_structure { ++$depth; my @ret; - for my $_ (@_) { + for $_ (@_) { if (ref($_) eq 'HASH') { push @ret, {encode_utf8_structure(%{$depth == 1 ? dclone($_):$_})}; }