]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - t/40-vshift.t
Run lengthy tests with Test::Leaner
[perl/modules/Scalar-Vec-Util.git] / t / 40-vshift.t
index 4c27c8324846b80f5837f64352718cdf8ff1e0f5..635bba2842deed62203c1264256a9597a29f78ac 100644 (file)
@@ -3,7 +3,8 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+use lib 't/lib';
+use Test::Leaner 'no_plan';
 
 use Scalar::Vec::Util qw/vshift SVU_SIZE/;