X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F30-vcopy-pp.t;fp=t%2F30-vcopy-pp.t;h=fda3803eb35f2e1f750ef95567c9eadf6126e616;hb=0f9ca88734df707e9f1d70a8067e6502b96820a9;hp=73e6e1e57c4d4ac307a36f8d1000bcdb5a261b75;hpb=37121cb9474fc2c3bc7c452696ecc9f6aa2ed4d2;p=perl%2Fmodules%2FScalar-Vec-Util.git diff --git a/t/30-vcopy-pp.t b/t/30-vcopy-pp.t index 73e6e1e..fda3803 100644 --- a/t/30-vcopy-pp.t +++ b/t/30-vcopy-pp.t @@ -6,7 +6,7 @@ use warnings; use lib 't/lib'; use Test::Leaner 'no_plan'; -use Scalar::Vec::Util qw/SVU_SIZE/; +use Scalar::Vec::Util qw; for ([ 1, 'offset', -1 ], [ 3, 'offset', '-1' ], [ 4, 'length', -1 ]) { my @args = ('1') x 5;