]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/16-reap-numerous.t
Switch to qw<>
[perl/modules/Scope-Upper.git] / t / 16-reap-numerous.t
index d876e0785db2a40ea398a149b24b9883b5b6b98b..f130b68ee8f9cdac2610c18e8539fb997b108444 100644 (file)
@@ -8,7 +8,7 @@ BEGIN { $n = 1000; }
 
 use Test::More tests => $n;
 
-use Scope::Upper qw/reap UP/;
+use Scope::Upper qw<reap UP>;
 
 my $count;