]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - t/30-vcopy-pp.t
Run lengthy tests with Test::Leaner
[perl/modules/Scalar-Vec-Util.git] / t / 30-vcopy-pp.t
index 2ce27731c773c808bb4fe053b3044cd2103a8ead..73e6e1e57c4d4ac307a36f8d1000bcdb5a261b75 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/SVU_SIZE/;