diff options
Diffstat (limited to 'cpan/Text-Tabs/t/Wrap-JLB.t')
-rw-r--r-- | cpan/Text-Tabs/t/Wrap-JLB.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Text-Tabs/t/Wrap-JLB.t b/cpan/Text-Tabs/t/Wrap-JLB.t index 67163e2a70..f3d655ade5 100644 --- a/cpan/Text-Tabs/t/Wrap-JLB.t +++ b/cpan/Text-Tabs/t/Wrap-JLB.t @@ -87,7 +87,7 @@ sub check($$$$) { sub check_data { binmode(DATA, ":utf8") || die "can't binmode DATA to utf8: $!"; - local $_; + local($_); while ( <DATA> ) { my $bad = 0; |