This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Text-Tabs to CPAN version 2013.0523
[perl5.git] / cpan / Text-Tabs / t / Tabs-ElCid.t
index 32572e7..79e265d 100644 (file)
@@ -2,7 +2,7 @@
 
 BEGIN {
        if ($] <= 5.010) {
-               print "1..0 # skip this test requires perl 5.010 or greater\n";
+               print "1..0 # skip this test requires perl 5.010 or greater ($])\n";
                exit 0;
        }
 }
@@ -105,8 +105,8 @@ sub check($$$$) {
 
 sub check_data { 
 
-    local $_;
     binmode(DATA, ":utf8") || die "can't binmode DATA to utf8: $!";
+    local($_);
     while ( <DATA> ) {
 
        my $bad = 0;