]> 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 6ce0c410000457eaacb895bfa7c6e7e5bfe815cd..227ca5264e2c6024f774cd0d34e58cd20d1d5dc1 100644 (file)
@@ -3,9 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+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;