]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - t/50-vrot.t
Switch to qw<>
[perl/modules/Scalar-Vec-Util.git] / t / 50-vrot.t
index 0da7f7bd722779870468b53b7446bc79fe9220ea..227ca5264e2c6024f774cd0d34e58cd20d1d5dc1 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use lib 't/lib';
 use Test::Leaner 'no_plan';
 
-use Scalar::Vec::Util qw/vrot vcopy SVU_SIZE/;
+use Scalar::Vec::Util qw<vrot vcopy SVU_SIZE>;
 
 for ([ 1, 'offset', -1 ], [ 2, 'length', '-1' ]) {
  my @args  = ('1') x 4;