]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - t/32-vcopy-move.t
Run lengthy tests with Test::Leaner
[perl/modules/Scalar-Vec-Util.git] / t / 32-vcopy-move.t
index 32d981d679f552c305a8042186ba9aa861418128..a77183985c7d98998f1a28b79c39dba02a0918b8 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/;