]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - t/31-vcopy-copy.t
Run lengthy tests with Test::Leaner
[perl/modules/Scalar-Vec-Util.git] / t / 31-vcopy-copy.t
index af127f8c65c11c976f23f08cc894e3c40e528d76..ac4876c941e88787f19ab6acbac7364e504a8792 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/vcopy SVU_SIZE/;