]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/15-reap-multi.t
Update VPIT::TestHelpers to 6ca15279
[perl/modules/Scope-Upper.git] / t / 15-reap-multi.t
index 7fe8195c06be8661913668f980435d649d5dfae1..3105bede64f394117b00ba79ae9fdcb356741180 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More tests => 8 + 18 + 4 + 8 + 11 + 5 + 17;
 
-use Scope::Upper qw/reap UP HERE/;
+use Scope::Upper qw<reap UP HERE>;
 
 my $x;
 
@@ -111,7 +111,7 @@ $x = 0;
   is($x, 0, '1 didn\'t run');
  }
  is($x, 1, '1 ran');
- { 
+ {
   {
    {
     add 2 => UP UP;