X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F31-vcopy-copy.t;h=68b136bf4bc317946f16fd006d25cf9eb809c4eb;hb=0f9ca88734df707e9f1d70a8067e6502b96820a9;hp=af127f8c65c11c976f23f08cc894e3c40e528d76;hpb=607607c4f5ec537ba56acb4edc424bc71900517a;p=perl%2Fmodules%2FScalar-Vec-Util.git diff --git a/t/31-vcopy-copy.t b/t/31-vcopy-copy.t index af127f8..68b136b 100644 --- a/t/31-vcopy-copy.t +++ b/t/31-vcopy-copy.t @@ -3,9 +3,10 @@ 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/; +use Scalar::Vec::Util qw; for ([ 1, 'offset', -1 ], [ 3, 'offset', '-1' ], [ 4, 'length', -1 ]) { my @args = (~0) x 5;