X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F32-vcopy-move.t;h=a77183985c7d98998f1a28b79c39dba02a0918b8;hb=3fdc4bd1cd11d103feda665580f1753297e0a470;hp=32d981d679f552c305a8042186ba9aa861418128;hpb=c8cc00e5e84cd54ed1a7a9858d8ed029bd6d5931;p=perl%2Fmodules%2FScalar-Vec-Util.git diff --git a/t/32-vcopy-move.t b/t/32-vcopy-move.t index 32d981d..a771839 100644 --- a/t/32-vcopy-move.t +++ b/t/32-vcopy-move.t @@ -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/;