]> git.vpit.fr Git - perl/modules/Variable-Temp.git/commit
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)
commitbfae3c21b735c4d2843e7fb4003d0a9930e10589
tree10a5dc0ea9aba02d7d694dcc20c82554e87fbd3e
parentf172488ab16bbd50f0b46168f88ca5dd695b37f4
Skip localized extraneous array elements tests

my @a = ...; { local [$#a+1] = 'x'; ... } does not reset the array length
at scope end before perl 5.12 (actually 5.11).
t/10-base.t
t/20-lvalue.t