X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=t%2F31-vcopy-copy.t;h=ac4876c941e88787f19ab6acbac7364e504a8792;hp=af127f8c65c11c976f23f08cc894e3c40e528d76;hb=3fdc4bd1cd11d103feda665580f1753297e0a470;hpb=82dcef98c2b9fa6b67b9912a6f4e566b4fd7e155 diff --git a/t/31-vcopy-copy.t b/t/31-vcopy-copy.t index af127f8..ac4876c 100644 --- a/t/31-vcopy-copy.t +++ b/t/31-vcopy-copy.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/;