]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - t/32-array-kv.t
Replace $] by "$]"
[perl/modules/autovivification.git] / t / 32-array-kv.t
index 64168d1245b9a8583b7c09ccd75934accac0caf7..e84c7de6c0cb83ef1cddefac30442917ccc64604 100644 (file)
@@ -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;