X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=t%2F32-array-kv.t;h=e84c7de6c0cb83ef1cddefac30442917ccc64604;hp=64168d1245b9a8583b7c09ccd75934accac0caf7;hb=acd04c4caf2a342c115cd053dd5552a9ae2c414a;hpb=5f53c81963f68100257acd888894cd26ae83b9d7 diff --git a/t/32-array-kv.t b/t/32-array-kv.t index 64168d1..e84c7de 100644 --- a/t/32-array-kv.t +++ b/t/32-array-kv.t @@ -7,7 +7,7 @@ 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 autovivification::TestCases;