]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - t/21-vfill.t
Switch to qw<>
[perl/modules/Scalar-Vec-Util.git] / t / 21-vfill.t
index 47026688f04636d7b9b1fed3a48acdd1e8bf7e95..84031743e370403f2a8b1e464128a1b17c7f8290 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More 'no_plan';
 
-use Scalar::Vec::Util qw/vfill SVU_SIZE/;
+use Scalar::Vec::Util qw<vfill SVU_SIZE>;
 
 for ([ 1, 'offset', -1 ], [ 2, 'length', '-1' ]) {
  my @args  = (~0) x 4;