X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=t%2F21-vfill.t;h=84031743e370403f2a8b1e464128a1b17c7f8290;hp=47026688f04636d7b9b1fed3a48acdd1e8bf7e95;hb=0f9ca88734df707e9f1d70a8067e6502b96820a9;hpb=37121cb9474fc2c3bc7c452696ecc9f6aa2ed4d2 diff --git a/t/21-vfill.t b/t/21-vfill.t index 4702668..8403174 100644 --- a/t/21-vfill.t +++ b/t/21-vfill.t @@ -5,7 +5,7 @@ use warnings; use Test::More 'no_plan'; -use Scalar::Vec::Util qw/vfill SVU_SIZE/; +use Scalar::Vec::Util qw; for ([ 1, 'offset', -1 ], [ 2, 'length', '-1' ]) { my @args = (~0) x 4;