]> git.vpit.fr Git - perl/modules/subs-auto.git/blobdiff - t/10-base.t
Remove trailing whitespace
[perl/modules/subs-auto.git] / t / 10-base.t
index c96ba8cd985e9e69eef237ecb96c6b0dbaea1def..5d09c90b109b0332eacd645cbd6b3d15b61043eb 100644 (file)
@@ -196,7 +196,7 @@ is($foo, 7, 'foo really was executed');
 
 $warn = undef;
 eval {
- local $SIG{__WARN__} = sub { $warn = $_[0] =~ /Subroutine\s+\S+redefined/ }; 
+ local $SIG{__WARN__} = sub { $warn = $_[0] =~ /Subroutine\s+\S+redefined/ };
  local *qux = sub { $qux = $_[0] };
  qux 5;
 };
@@ -236,7 +236,7 @@ my $cb = eval {
    no strict;
    no warnings 'reserved';
    blech;
-  }  
+  }
  }
 };
 _got_ok('compiling to bareword');