X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=t%2F50-vrot.t;h=227ca5264e2c6024f774cd0d34e58cd20d1d5dc1;hp=0da7f7bd722779870468b53b7446bc79fe9220ea;hb=0f9ca88734df707e9f1d70a8067e6502b96820a9;hpb=37121cb9474fc2c3bc7c452696ecc9f6aa2ed4d2 diff --git a/t/50-vrot.t b/t/50-vrot.t index 0da7f7b..227ca52 100644 --- a/t/50-vrot.t +++ b/t/50-vrot.t @@ -6,7 +6,7 @@ use warnings; use lib 't/lib'; use Test::Leaner 'no_plan'; -use Scalar::Vec::Util qw/vrot vcopy SVU_SIZE/; +use Scalar::Vec::Util qw; for ([ 1, 'offset', -1 ], [ 2, 'length', '-1' ]) { my @args = ('1') x 4;