X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=t%2F50-vrot.t;h=0da7f7bd722779870468b53b7446bc79fe9220ea;hp=6ce0c410000457eaacb895bfa7c6e7e5bfe815cd;hb=3fdc4bd1cd11d103feda665580f1753297e0a470;hpb=82dcef98c2b9fa6b67b9912a6f4e566b4fd7e155 diff --git a/t/50-vrot.t b/t/50-vrot.t index 6ce0c41..0da7f7b 100644 --- a/t/50-vrot.t +++ b/t/50-vrot.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/vrot vcopy SVU_SIZE/;