X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F40-vshift.t;h=15d1decb7912af527e565e3a77343c96eba8397b;hb=0f9ca88734df707e9f1d70a8067e6502b96820a9;hp=4c27c8324846b80f5837f64352718cdf8ff1e0f5;hpb=607607c4f5ec537ba56acb4edc424bc71900517a;p=perl%2Fmodules%2FScalar-Vec-Util.git diff --git a/t/40-vshift.t b/t/40-vshift.t index 4c27c83..15d1dec 100644 --- a/t/40-vshift.t +++ b/t/40-vshift.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/vshift SVU_SIZE/; +use Scalar::Vec::Util qw; for ([ 1, 'offset', -1 ], [ 2, 'length', '-1' ]) { my @args = ('1') x 4;