X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F32-array-kv.t;h=e84c7de6c0cb83ef1cddefac30442917ccc64604;hb=HEAD;hp=9ca1f0579e04f3d1ff1ca796d25eb081b030b32a;hpb=c79d4e423275faf328a1cdb9e47fdd1ba432388d;p=perl%2Fmodules%2Fautovivification.git diff --git a/t/32-array-kv.t b/t/32-array-kv.t index 9ca1f05..e84c7de 100644 --- a/t/32-array-kv.t +++ b/t/32-array-kv.t @@ -3,13 +3,13 @@ use strict; use warnings; -use Test::More; +use lib 't/lib'; +use Test::Leaner; BEGIN { - if ($] >= 5.011) { plan tests => 9 * 3 * 64 } else { plan skip_all => 'perl 5.11 required for keys/values @array' } + if ("$]" >= 5.011) { plan tests => 9 * 3 * 64 } else { plan skip_all => 'perl 5.11 required for keys/values @array' } } -use lib 't/lib'; use autovivification::TestCases; while () {