]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - t/31-vcopy-copy.t
Switch to qw<>
[perl/modules/Scalar-Vec-Util.git] / t / 31-vcopy-copy.t
index af127f8c65c11c976f23f08cc894e3c40e528d76..68b136bf4bc317946f16fd006d25cf9eb809c4eb 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/vcopy SVU_SIZE/;
+use Scalar::Vec::Util qw<vcopy SVU_SIZE>;
 
 for ([ 1, 'offset', -1 ], [ 3, 'offset', '-1' ], [ 4, 'length', -1 ]) {
  my @args  = (~0) x 5;