]> git.vpit.fr Git - perl/modules/Variable-Temp.git/commitdiff
Skip localized extraneous array elements tests
authorVincent Pit <vince@profvince.com>
Mon, 6 Apr 2015 12:27:53 +0000 (09:27 -0300)
committerVincent Pit <vince@profvince.com>
Mon, 6 Apr 2015 12:28:06 +0000 (09:28 -0300)
my @a = ...; { local [$#a+1] = 'x'; ... } does not reset the array length
at scope end before perl 5.12 (actually 5.11).


No differences found