]> git.vpit.fr Git - perl/modules/autovivification.git/commit
Replace $] by "$]"
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 14:35:32 +0000 (16:35 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 14:35:32 +0000 (16:35 +0200)
commitacd04c4caf2a342c115cd053dd5552a9ae2c414a
treec238941f36c0719cbee504a7af3569643d7e2054
parent5f53c81963f68100257acd888894cd26ae83b9d7
Replace $] by "$]"

An old bug could cause $] to be initialized to a wrong decimal value.
Since its stringified value was always right, we use it instead.

Occurences of $^V were also replaced by $].
Makefile.PL
samples/hash2array.pl
t/32-array-kv.t
t/40-scope.t
t/50-threads.t
t/51-threads-teardown.t