]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - t/50-vrot.t
Run lengthy tests with Test::Leaner
[perl/modules/Scalar-Vec-Util.git] / t / 50-vrot.t
index 6ce0c410000457eaacb895bfa7c6e7e5bfe815cd..0da7f7bd722779870468b53b7446bc79fe9220ea 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/vrot vcopy SVU_SIZE/;